From 88105f2d7212cb8d3107cfed006f51472d69aceb Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Wed, 22 Jun 2016 07:49:34 +0000 Subject: [PATCH] Brought in Manolo's doc mods (r11785). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@11795 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Sys_Menu_Bar.H | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/FL/Fl_Sys_Menu_Bar.H b/FL/Fl_Sys_Menu_Bar.H index fe2e7af37..be47a3408 100644 --- a/FL/Fl_Sys_Menu_Bar.H +++ b/FL/Fl_Sys_Menu_Bar.H @@ -31,7 +31,14 @@ \n To use this class, just replace Fl_Menu_Bar by Fl_Sys_Menu_Bar, and, on the Mac platform, a system menu at the top of the screen will be available. This menu will match an array of Fl_Menu_Item's exactly as with standard FLTK menus. - \n A few FLTK features are not supported by the Mac System menu: + + Changes to the menu state are immediately visible in the menubar when they are made + using member functions of the Fl_Sys_Menu_Bar class. Other changes (e.g., by a call to + Fl_Menu_Item::set()) should be followed by a call to Fl_Sys_Menu_Bar::update() to be + visible in the menubar across all platforms. + + A few FLTK features are not supported by the Mac System menu: + \li no symbolic labels \li no embossed labels \li no font sizes