Author: greg.ercolano
Date: 2010-04-13 14:08:06 -0700 (Tue, 13 Apr 2010)
New Revision: 7496
Log:
Added some extra doc examples for this function.



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

Modified: branches/branch-1.3/src/fl_shortcut.cxx
===================================================================
--- branches/branch-1.3/src/fl_shortcut.cxx     2010-04-13 19:56:23 UTC (rev 
7495)
+++ branches/branch-1.3/src/fl_shortcut.cxx     2010-04-13 21:08:06 UTC (rev 
7496)
@@ -269,6 +269,16 @@
 #include <stdlib.h>
 /**
   Emulation of XForms named shortcuts.
+
+  Converts ascii shortcut specifications (eg. "^c") 
+  into the FLTK integer equivalent (eg. FL_CTRL+'c')
+
+  These ascii characters are used to specify the various keyboard modifier 
keys:
+  \verbatim
+   # - Alt
+   + - Shift
+   ^ - Control
+  \endverbatim
 */
 unsigned int fl_old_shortcut(const char* s) {
   if (!s || !*s) return 0;

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

Reply via email to