MenuItem.st
changeset 2938 e9074e9333fa
parent 2876 de49b76ae355
child 2939 c04e85910837
equal deleted inserted replaced
2937:67ef44218dc0 2938:e9074e9333fa
   284     horizontalLayout := aBoolean.
   284     horizontalLayout := aBoolean.
   285 !
   285 !
   286 
   286 
   287 ignoreMnemonicKeys
   287 ignoreMnemonicKeys
   288     "if true, mnemonic (access character) in the submenus under the item are ignored;
   288     "if true, mnemonic (access character) in the submenus under the item are ignored;
   289      the default is set to false"
   289      Set this to speedup accelerator key processing for slow dynamci menus.
       
   290      The default is set to false"
   290     
   291     
   291     ^ ignoreMnemonicKeys ? false
   292     ^ ignoreMnemonicKeys ? false
       
   293 
       
   294     "Modified (comment): / 08-09-2011 / 04:30:19 / cg"
   292 !
   295 !
   293 
   296 
   294 ignoreMnemonicKeys:aBoolean 
   297 ignoreMnemonicKeys:aBoolean 
   295     "if true, mnemonic (access character) in the submenus under the item are ignored;
   298     "if true, mnemonic (access character) in the submenus under the item are ignored;
   296      the default is set to false"
   299      the default is set to false"
   993 ! !
   996 ! !
   994 
   997 
   995 !MenuItem class methodsFor:'documentation'!
   998 !MenuItem class methodsFor:'documentation'!
   996 
   999 
   997 version
  1000 version
   998     ^ '$Header: /cvs/stx/stx/libview2/MenuItem.st,v 1.92 2010-10-29 10:21:36 cg Exp $'
  1001     ^ '$Header: /cvs/stx/stx/libview2/MenuItem.st,v 1.93 2011-09-08 02:52:05 cg Exp $'
   999 !
  1002 !
  1000 
  1003 
  1001 version_CVS
  1004 version_CVS
  1002     ^ '$Header: /cvs/stx/stx/libview2/MenuItem.st,v 1.92 2010-10-29 10:21:36 cg Exp $'
  1005     ^ '$Header: /cvs/stx/stx/libview2/MenuItem.st,v 1.93 2011-09-08 02:52:05 cg Exp $'
  1003 ! !
  1006 ! !