UIPainter.st
changeset 230 60663807d4fd
parent 229 cabe3bd6fd74
child 232 4ba88c3270fc
equal deleted inserted replaced
229:cabe3bd6fd74 230:60663807d4fd
   241 
   241 
   242 !
   242 !
   243 
   243 
   244 iconStepDown
   244 iconStepDown
   245     IconStepDown isNil ifTrue:[
   245     IconStepDown isNil ifTrue:[
   246         IconStepDown := self iconStepUp flipHorizontal
   246         IconStepDown := ((Image fromFile:'stepOver.xpm') rotated:90) flipHorizontal
   247     ].
   247     ].
   248   ^ IconStepDown
   248   ^ IconStepDown
       
   249 
       
   250 "
       
   251 IconStepDown := nil
       
   252 "
   249 
   253 
   250 !
   254 !
   251 
   255 
   252 iconStepIn
   256 iconStepIn
   253     IconStepIn isNil ifTrue:[
   257     IconStepIn isNil ifTrue:[
   268     IconStepUp isNil ifTrue:[
   272     IconStepUp isNil ifTrue:[
   269         IconStepUp := ((Image fromFile:'stepOver.xpm') rotated:90) flipHorizontal flipVertical
   273         IconStepUp := ((Image fromFile:'stepOver.xpm') rotated:90) flipHorizontal flipVertical
   270     ].
   274     ].
   271   ^ IconStepUp
   275   ^ IconStepUp
   272 
   276 
       
   277 "
       
   278 IconStepUp := nil
       
   279 "
   273 ! !
   280 ! !
   274 
   281 
   275 !UIPainter class methodsFor:'interface specs'!
   282 !UIPainter class methodsFor:'interface specs'!
   276 
   283 
   277 nameAndSelectorSpec
   284 nameAndSelectorSpec