Fixes for the menus and additions to NSTabView.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4660 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Michael Silva 1999-07-27 10:24:59 +00:00
parent 873548a922
commit 9a2bf35f6c
14 changed files with 170 additions and 8 deletions

View file

@ -354,10 +354,12 @@ static NSZone *menuZone = NULL;
return menu_supermenu && [menu_supermenu attachedMenu] == self;
}
/*
- (BOOL) isTornOff
{
return menu_is_tornoff;
}
*/
- (NSPoint) locationForSubmenu: (NSMenu *)aSubmenu
{