From 702dd3b9ba530aadc5f88abbf34ab148b10885eb Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 17 Apr 2013 07:45:31 +0000 Subject: Updated describing comments. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9887 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Sys_Menu_Bar.mm | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'src') 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) -- cgit v1.2.3