OptionBox.st
changeset 243 5c411425097d
parent 197 00927189c882
child 355 a55f62047156
equal deleted inserted replaced
242:1fa14a974cc2 243:5c411425097d
    83 	someObject perform:what.
    83 	someObject perform:what.
    84 	...
    84 	...
    85 
    85 
    86     CAVEAT: this is a leftover - functionality will be merged into DialogBox
    86     CAVEAT: this is a leftover - functionality will be merged into DialogBox
    87 "
    87 "
    88 !
       
    89 
       
    90 version
       
    91     ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.23 1995-11-23 02:26:38 cg Exp $'
       
    92 ! !
    88 ! !
    93 
    89 
    94 !OptionBox class methodsFor:'instance creation'!
    90 !OptionBox class methodsFor:'instance creation'!
    95 
    91 
    96 title:titleString numberOfOptions:nOptions
    92 title:titleString numberOfOptions:nOptions
   364 	 + ViewSpacing.
   360 	 + ViewSpacing.
   365 
   361 
   366     ^ w @ h
   362     ^ w @ h
   367 ! !
   363 ! !
   368 
   364 
       
   365 !OptionBox class methodsFor:'documentation'!
       
   366 
       
   367 version
       
   368     ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.24 1995-12-07 22:23:45 cg Exp $'
       
   369 ! !