Implement popUpMenuPositonItem:... dragging, dropdown implementation, menu changes

This commit is contained in:
Gregory John Casamento 2020-05-04 09:50:22 -04:00
parent 8222de40c6
commit 266ec7e430
3 changed files with 106 additions and 3 deletions

View file

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