Author: manolo
Date: 2010-12-23 00:02:52 -0800 (Thu, 23 Dec 2010)
New Revision: 8110
Log:
Doc changes: mention that FL_COMMAND modifier exists in doc of the 
Fl_Menu_::add() function.

Modified:
   branches/branch-1.3/src/Fl_Menu_add.cxx

Modified: branches/branch-1.3/src/Fl_Menu_add.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Menu_add.cxx     2010-12-23 07:22:15 UTC (rev 
8109)
+++ branches/branch-1.3/src/Fl_Menu_add.cxx     2010-12-23 08:02:52 UTC (rev 
8110)
@@ -270,6 +270,8 @@
   \par
   Raw integer shortcuts can be a combination of keyboard chars (eg. 'A')
   and optional keyboard modifiers (see Fl::event_state(), e.g. FL_SHIFT, etc).
+  In addition, FL_COMMAND can be used to denote FL_META under Mac OS X and
+  FL_CTRL under other platforms.
   \par
   String shortcuts can be specified in one of two ways:
   \par
@@ -281,7 +283,7 @@
   ..where \<ascii_value\> is a decimal value representing an
   ascii character (eg. 97 is the ascii code for 'a'), and the optional
   prefixes enhance the value that follows. Multiple prefixes must
-  appear in the above order.
+  appear in the order below.
   \par
   \verbatim
    # - Alt

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to