UIPainter.st
changeset 347 84460ca6aa7f
parent 345 c4d8f4c74c26
child 348 26656736930c
equal deleted inserted replaced
346:38ea269664f8 347:84460ca6aa7f
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 
    13 
    14 'From Smalltalk/X, Version:3.2.1 on 22-oct-1997 at 2:41:23 pm'                  !
    14 'From Smalltalk/X, Version:3.2.1 on 23-oct-1997 at 6:02:55 pm'                  !
    15 
    15 
    16 ApplicationModel subclass:#UIPainter
    16 ApplicationModel subclass:#UIPainter
    17 	instanceVariableNames:'treeView selectionPanel tabSelection specClass specSelector
    17 	instanceVariableNames:'treeView selectionPanel tabSelection specClass specSelector
    18 		specSuperclass aspects layoutCanvas helpCanvas specCanvas
    18 		specSuperclass aspects layoutCanvas helpCanvas specCanvas
    19 		transcript'
    19 		transcript'
   316     ^ Image fromFile:'b_alignTB.xbm'
   316     ^ Image fromFile:'b_alignTB.xbm'
   317 
   317 
   318 !
   318 !
   319 
   319 
   320 iconInstall
   320 iconInstall
   321     ^ Image fromFile:'SaveButton.tiff'
   321     ^ Image fromFile:'bitmaps/xpmBitmaps/misc_tools/SaveButton.xpm'
   322 
   322 
   323 
   323     "Modified: 23.10.1997 / 06:00:28 / cg"
   324 !
   324 !
   325 
   325 
   326 iconStepDown
   326 iconStepDown
   327     "returns image assigned to step down (change hierarchy).
   327     "returns image assigned to step down (change hierarchy).
   328     "
   328     "