diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Sys_Menu_Bar.mm | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/src/Fl_Sys_Menu_Bar.mm b/src/Fl_Sys_Menu_Bar.mm index a14a53215..ffb0c4879 100644 --- a/src/Fl_Sys_Menu_Bar.mm +++ b/src/Fl_Sys_Menu_Bar.mm @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -/** +/* * This code is a quick hack! It was written as a proof of concept. * It has been tested on the "menubar" sample program and provides * basic functionality. @@ -26,21 +26,13 @@ * * FLTK features not supported by the Mac System menu * - * - no invisible menu items * - no symbolic labels - * - embossed labels will be underlined instead + * - no embossed labels * - no font sizes - * - Shortcut Characters should be English alphanumeric only, no modifiers yet + * - Shortcut Characters should be Latin letters only * - no disable main menus - * - changes to menubar in run-time don't update! - * (disable, etc. - toggle and radio button do!) * - * No care was taken to clean up the menu bar after destruction! - * ::menu(bar) should only be called once! * Many other calls of the parent class don't work. - * Changing the menu items has no effect on the menu bar. - * Starting with OS X 10.5, FLTK applications must be created as - * a bundle for the System Menu Bar (and maybe other features) to work! */ #if defined(__APPLE__) || defined(FL_DOXYGEN) |
