mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
* Source/NSView.m: In -setToolTip: sets the has_tooltips flag.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23754 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f17b3f5143
commit
b9fd9f40ea
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-10-04 Enrico Sersale <enrico@fibernet.ro>
|
||||
|
||||
* Source/NSView.m: In -setToolTip: sets the has_tooltips flag.
|
||||
|
||||
2006-10-04 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSWindow.m: Add help key support for context help.
|
||||
|
|
|
@ -4353,6 +4353,7 @@ static NSView* findByTag(NSView *view, int aTag, unsigned *level)
|
|||
{
|
||||
GSToolTips *tt = [GSToolTips tipsForView: self];
|
||||
|
||||
_rFlags.has_tooltips = 1;
|
||||
[tt setToolTip: string];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue