ValueHolder.st
changeset 268 1998023f12dc
parent 231 2fec6188bd28
child 385 319da90bf85a
equal deleted inserted replaced
267:7542f7cb2786 268:1998023f12dc
    71 
    71 
    72         dialog addAbortButton; addOkButton.
    72         dialog addAbortButton; addOkButton.
    73 
    73 
    74         dialog open.
    74         dialog open.
    75         dialog accepted ifTrue:[
    75         dialog accepted ifTrue:[
    76             Transcript show:firstName value; show:' '; showCr:lastName value
    76             Transcript show:firstName value; show:' '; showCR:lastName value
    77         ]
    77         ]
    78                                                                         [exEnd]
    78                                                                         [exEnd]
    79 "
    79 "
    80 ! !
    80 ! !
    81 
    81 
   133 ! !
   133 ! !
   134 
   134 
   135 !ValueHolder class methodsFor:'documentation'!
   135 !ValueHolder class methodsFor:'documentation'!
   136 
   136 
   137 version
   137 version
   138     ^ '$Header: /cvs/stx/stx/libview2/ValueHolder.st,v 1.14 1996-04-27 17:59:26 cg Exp $'
   138     ^ '$Header: /cvs/stx/stx/libview2/ValueHolder.st,v 1.15 1996-05-18 15:37:16 cg Exp $'
   139 ! !
   139 ! !