mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 07:10:37 +00:00
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:
parent
873548a922
commit
9a2bf35f6c
14 changed files with 170 additions and 8 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue