mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:30:39 +00:00
Tooltip rect handling improvments ... reasonable behavior when coordinates
of the view change git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23790 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4828fe82c3
commit
1995529b8a
4 changed files with 46 additions and 26 deletions
|
@ -67,6 +67,14 @@
|
|||
return rectangle;
|
||||
}
|
||||
|
||||
- (void) reset: (NSRect)aRect inside: (BOOL)flag
|
||||
{
|
||||
rectangle = aRect;
|
||||
flags.inside = flag;
|
||||
flags.isValid = YES;
|
||||
flags.checked = NO;
|
||||
}
|
||||
|
||||
- (NSTrackingRectTag) tag
|
||||
{
|
||||
return tag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue