OptionBox.st
changeset 2700 d6bc43ddc80f
parent 2669 182aa7a00d83
child 2711 e18e9edca978
equal deleted inserted replaced
2699:bd6b8b99af3c 2700:d6bc43ddc80f
   428 ! !
   428 ! !
   429 
   429 
   430 !OptionBox methodsFor:'events'!
   430 !OptionBox methodsFor:'events'!
   431 
   431 
   432 keyPress:aKey x:x y:y
   432 keyPress:aKey x:x y:y
   433     "return-key dublicates ok-function if acceptReturnAsOK is true"
   433     "return-key duplicates ok-function if acceptReturnAsOK is true"
   434 
   434 
   435     <resource: #keyboard (#Return)>
   435     <resource: #keyboard (#Return)>
   436 
   436 
   437     |action|
   437     |action|
   438 
   438 
   556 ! !
   556 ! !
   557 
   557 
   558 !OptionBox class methodsFor:'documentation'!
   558 !OptionBox class methodsFor:'documentation'!
   559 
   559 
   560 version
   560 version
   561     ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.54 2002-11-21 13:13:08 cg Exp $'
   561     ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.55 2003-02-28 17:02:33 stefan Exp $'
   562 ! !
   562 ! !