AboutBox.st
changeset 5834 2a6457a7d2d7
parent 5554 375f17428ad6
child 6625 d8ceed41c361
equal deleted inserted replaced
5833:5c2a75846afc 5834:2a6457a7d2d7
   173         ]
   173         ]
   174     ].
   174     ].
   175 
   175 
   176     self withAllSubViewsDo:[:s | s viewBackground:dark].
   176     self withAllSubViewsDo:[:s | s viewBackground:dark].
   177 
   177 
   178     self form:(self class defaultIcon).
   178     self image:(self class defaultIcon).
   179     (lbl := self formLabel) viewBackground:dark.
   179     (lbl := self formLabel) viewBackground:dark.
   180     lbl foregroundColor:green backgroundColor:dark.
   180     lbl foregroundColor:green backgroundColor:dark.
   181     (lbl := self textLabel) viewBackground:dark.
   181     (lbl := self textLabel) viewBackground:dark.
   182     lbl foregroundColor:White backgroundColor:dark.
   182     lbl foregroundColor:White backgroundColor:dark.
   183 
   183 
   205 ! !
   205 ! !
   206 
   206 
   207 !AboutBox class methodsFor:'documentation'!
   207 !AboutBox class methodsFor:'documentation'!
   208 
   208 
   209 version
   209 version
   210     ^ '$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.29 2004-02-20 18:30:15 cg Exp $'
   210     ^ '$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.30 2004-05-11 16:39:34 stefan Exp $'
   211 ! !
   211 ! !