Searched refs:_attachedMenu (Results 1 – 5 of 5) sorted by relevance
96 _attachedMenu = aMenu;107 NSMenu *m = _attachedMenu;228 if (_attachedMenu)239 if (_attachedMenu != nil)279 if (_attachedMenu != nil)286 _attachedMenu = menu;289 if (_attachedMenu != nil)329 return _attachedMenu;688 if ([_attachedMenu isTornOff] && ![_attachedMenu isTransient])700 [_attachedMenu update];[all …]
1038 if (_attachedMenu && _menu.transient1039 && !_attachedMenu->_menu.transient)1042 return _attachedMenu;1804 supermenu->_attachedMenu = nil;1949 if (_attachedMenu)1976 _superMenu->_attachedMenu = self;2017 _oldAttachedMenu = _superMenu->_attachedMenu;2018 _superMenu->_attachedMenu = self;2084 _attachedMenu = sub;2090 _superMenu->_attachedMenu = nil;[all …]
108 NSMenu *_attachedMenu; variable
395 NSMenu *_attachedMenu; variable
3720 * Headers/gnustep/gui/NSMenuView.h: Add _attachedMenu ivar.