InfoBox.st
changeset 243 5c411425097d
parent 197 00927189c882
child 355 a55f62047156
equal deleted inserted replaced
242:1fa14a974cc2 243:5c411425097d
   132 
   132 
   133 	box title:'hello again'.
   133 	box title:'hello again'.
   134 	box open
   134 	box open
   135 
   135 
   136 "
   136 "
   137 !
       
   138 
       
   139 version
       
   140     ^ '$Header: /cvs/stx/stx/libwidg/InfoBox.st,v 1.20 1995-11-23 02:26:15 cg Exp $'
       
   141 ! !
   137 ! !
   142 
   138 
   143 !InfoBox class methodsFor:'instance creation'!
   139 !InfoBox class methodsFor:'instance creation'!
   144 
   140 
   145 title:titleString
   141 title:titleString
   296 	 + ViewSpacing.
   292 	 + ViewSpacing.
   297 
   293 
   298     ^ w @ h
   294     ^ w @ h
   299 ! !
   295 ! !
   300 
   296 
       
   297 !InfoBox class methodsFor:'documentation'!
       
   298 
       
   299 version
       
   300     ^ '$Header: /cvs/stx/stx/libwidg/InfoBox.st,v 1.21 1995-12-07 22:23:19 cg Exp $'
       
   301 ! !