mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 18:21:14 +00:00
Implement popUpMenuPositonItem:... dragging, dropdown implementation, menu changes
This commit is contained in:
parent
8222de40c6
commit
266ec7e430
3 changed files with 106 additions and 3 deletions
|
@ -434,6 +434,12 @@
|
|||
withFont: (NSFont *)font;
|
||||
#endif
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST)
|
||||
- (void) popUpMenuPositionItem: (NSMenuItem *)item
|
||||
atLocation: (NSPoint) point
|
||||
inView: (NSView *) view;
|
||||
#endif
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST)
|
||||
+ (BOOL) menuBarVisible;
|
||||
+ (void) setMenuBarVisible: (BOOL)flag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue