Author: manolo Date: 2013-04-17 00:45:31 -0700 (Wed, 17 Apr 2013) New Revision: 9887 Log: Updated describing comments.
Modified: branches/branch-1.3/src/Fl_Sys_Menu_Bar.mm Modified: branches/branch-1.3/src/Fl_Sys_Menu_Bar.mm =================================================================== --- branches/branch-1.3/src/Fl_Sys_Menu_Bar.mm 2013-04-16 14:11:21 UTC (rev 9886) +++ branches/branch-1.3/src/Fl_Sys_Menu_Bar.mm 2013-04-17 07:45:31 UTC (rev 9887) @@ -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) _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
