DialogBox.st
changeset 2700 d6bc43ddc80f
parent 2698 cca702636705
child 2705 a7c0e46f20fb
equal deleted inserted replaced
2699:bd6b8b99af3c 2700:d6bc43ddc80f
  7664 
  7664 
  7665     "Modified: 4.3.1996 / 12:14:56 / cg"
  7665     "Modified: 4.3.1996 / 12:14:56 / cg"
  7666 !
  7666 !
  7667 
  7667 
  7668 keyPress:aKey x:x y:y
  7668 keyPress:aKey x:x y:y
  7669     "return-key dublicates ok-function if acceptReturnAsOK is true"
  7669     "return-key duplicates ok-function if acceptReturnAsOK is true"
  7670 
  7670 
  7671     <resource: #keyboard (#Return)>
  7671     <resource: #keyboard (#Return)>
  7672 
  7672 
  7673     |b|
  7673     |b|
  7674 
  7674 
  7733 ! !
  7733 ! !
  7734 
  7734 
  7735 !DialogBox class methodsFor:'documentation'!
  7735 !DialogBox class methodsFor:'documentation'!
  7736 
  7736 
  7737 version
  7737 version
  7738     ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.209 2003-02-25 14:57:57 cg Exp $'
  7738     ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.210 2003-02-28 17:03:17 stefan Exp $'
  7739 ! !
  7739 ! !
  7740 
  7740 
  7741 DialogBox initialize!
  7741 DialogBox initialize!