MenuItem.st
changeset 2939 c04e85910837
parent 2938 e9074e9333fa
child 2966 5f538729ab69
--- a/MenuItem.st	Thu Sep 08 04:52:05 2011 +0200
+++ b/MenuItem.st	Thu Sep 08 04:52:33 2011 +0200
@@ -296,9 +296,12 @@
 
 ignoreMnemonicKeys:aBoolean 
     "if true, mnemonic (access character) in the submenus under the item are ignored;
+     Set this to speedup accelerator key processing for slow dynamci menus.
      the default is set to false"
     
     ignoreMnemonicKeys := aBoolean.
+
+    "Modified (comment): / 08-09-2011 / 04:52:23 / cg"
 !
 
 ignoreShortcutKeys
@@ -998,9 +1001,9 @@
 !MenuItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MenuItem.st,v 1.93 2011-09-08 02:52:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MenuItem.st,v 1.94 2011-09-08 02:52:33 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/MenuItem.st,v 1.93 2011-09-08 02:52:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MenuItem.st,v 1.94 2011-09-08 02:52:33 cg Exp $'
 ! !