YesNoBox.st
changeset 243 5c411425097d
parent 197 00927189c882
child 253 f071ff350cd5
equal deleted inserted replaced
242:1fa14a974cc2 243:5c411425097d
   121 	    Transcript showCr:'yes'
   121 	    Transcript showCr:'yes'
   122 	] ifFalse:[
   122 	] ifFalse:[
   123 	    Transcript showCr:'no'
   123 	    Transcript showCr:'no'
   124 	]
   124 	]
   125 "
   125 "
   126 !
       
   127 
       
   128 version
       
   129     ^ '$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.20 1995-11-23 02:26:58 cg Exp $'
       
   130 ! !
   126 ! !
   131 
   127 
   132 !YesNoBox class methodsFor:'instance creation'!
   128 !YesNoBox class methodsFor:'instance creation'!
   133 
   129 
   134 title:t yesText:yesString noText:noString
   130 title:t yesText:yesString noText:noString
   322 
   318 
   323     abortButton turnOffWithoutRedraw.
   319     abortButton turnOffWithoutRedraw.
   324     self hideAndEvaluate:abortAction
   320     self hideAndEvaluate:abortAction
   325 ! !
   321 ! !
   326 
   322 
       
   323 !YesNoBox class methodsFor:'documentation'!
       
   324 
       
   325 version
       
   326     ^ '$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.21 1995-12-07 22:24:08 cg Exp $'
       
   327 ! !