UIBuilder.st
changeset 1772 cb41f5dbcdf4
parent 1763 fabe0b506e33
child 1970 0becfc45c6cb
equal deleted inserted replaced
1771:2b19a370b1b2 1772:cb41f5dbcdf4
   252     builder application:(self application).
   252     builder application:(self application).
   253     "/ builder applicationClass:applicationClass.
   253     "/ builder applicationClass:applicationClass.
   254   ^ builder
   254   ^ builder
   255 ! !
   255 ! !
   256 
   256 
   257 !UIBuilder methodsFor:'building - programatically'!
   257 !UIBuilder methodsFor:'building-programatically'!
   258 
   258 
   259 add:aSpec
   259 add:aSpec
   260     |collectedComponents appWinClass|
   260     |collectedComponents appWinClass|
   261 
   261 
   262     composite notNil ifTrue:[
   262     composite notNil ifTrue:[
   398 ! !
   398 ! !
   399 
   399 
   400 !UIBuilder class methodsFor:'documentation'!
   400 !UIBuilder class methodsFor:'documentation'!
   401 
   401 
   402 version
   402 version
   403     ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.52 2003-05-07 14:30:37 cg Exp $'
   403     ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.53 2003-05-07 15:17:55 cg Exp $'
   404 ! !
   404 ! !
   405 
   405 
   406 UIBuilder initialize!
   406 UIBuilder initialize!