UIPainter.st
changeset 248 1ee61b7bb36a
parent 245 d48281345935
child 250 d2d028799b01
equal deleted inserted replaced
247:b4d3f54f2128 248:1ee61b7bb36a
  2169 !UIPainter::TreeView class methodsFor:'constants'!
  2169 !UIPainter::TreeView class methodsFor:'constants'!
  2170 
  2170 
  2171 imageMasterChild
  2171 imageMasterChild
  2172 
  2172 
  2173     ImageMasterChild isNil ifTrue:[
  2173     ImageMasterChild isNil ifTrue:[
  2174         ImageMasterChild := Image fromFile:('xpmBitmaps/document_images/tiny_file_lock.xpm').
  2174         ImageMasterChild := Image fromFile:('xpmBitmaps/document_images/tiny_file_plain_gray.xpm').
  2175     ].
  2175     ].
  2176   ^ ImageMasterChild
  2176     ^ ImageMasterChild
  2177 
  2177 
  2178 "
  2178     "
  2179 ImageMasterChild := nil
  2179     ImageMasterChild := nil
  2180 "
  2180     "
  2181 
  2181 
  2182 
  2182     "Modified: 28.7.1997 / 11:55:22 / cg"
  2183 !
  2183 !
  2184 
  2184 
  2185 imageMasterParent
  2185 imageMasterParent
  2186 
  2186 
  2187     ImageMasterParent isNil ifTrue:[
  2187     ImageMasterParent isNil ifTrue:[
  2188         ImageMasterParent := Image fromFile:('xpmBitmaps/document_images/tiny_yellow_dir_locked.xpm').
  2188 "/        ImageMasterParent := Image fromFile:('xpmBitmaps/document_images/tiny_yellow_dir_locked.xpm').
  2189     ].
  2189         ImageMasterParent := Image fromFile:('xpmBitmaps/document_images/tiny_yellow_dir_gray.xpm').
  2190   ^ ImageMasterParent
  2190     ].
  2191 
  2191     ^ ImageMasterParent
  2192 "
  2192 
  2193 ImageMasterParent := nil
  2193     "
  2194 "
  2194     ImageMasterParent := nil
  2195 
  2195     "
  2196 
  2196 
       
  2197     "Modified: 28.7.1997 / 11:56:29 / cg"
  2197 ! !
  2198 ! !
  2198 
  2199 
  2199 !UIPainter::TreeView class methodsFor:'documentation'!
  2200 !UIPainter::TreeView class methodsFor:'documentation'!
  2200 
  2201 
  2201 documentation
  2202 documentation