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:
Manolo Gouy 2013-10-05 15:06:39 +00:00
parent 2fcb616831
commit dc2f7ba034

View File

@ -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 */