Document the fl_sys_menu_bar global Mac OS-specific variable.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9996 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
2fcb616831
commit
dc2f7ba034
6
FL/mac.H
6
FL/mac.H
@ -160,7 +160,6 @@ extern Window fl_window;
|
||||
typedef CGImageRef Fl_Bitmask;
|
||||
|
||||
extern CGContextRef fl_gc;
|
||||
extern class Fl_Sys_Menu_Bar *fl_sys_menu_bar;
|
||||
|
||||
extern Window fl_xid(const Fl_Window*);
|
||||
extern Fl_Window* fl_find(Window xid);
|
||||
@ -208,6 +207,11 @@ extern void fl_mac_set_about( Fl_Callback *cb, void *user_data, int shortcut = 0
|
||||
*/
|
||||
extern int fl_mac_os_version;
|
||||
|
||||
/** The system menu bar.
|
||||
*/
|
||||
extern class Fl_Sys_Menu_Bar *fl_sys_menu_bar;
|
||||
|
||||
|
||||
class Fl_Mac_App_Menu {
|
||||
public:
|
||||
/** Localizable text for the "About xxx" application menu item */
|
||||
|
Loading…
x
Reference in New Issue
Block a user