* 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:
Eric Sersale 2006-10-04 11:32:51 +00:00
parent f17b3f5143
commit b9fd9f40ea
2 changed files with 5 additions and 0 deletions

View file

@ -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.

View file

@ -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];
}