HierarchicalFileList.st
changeset 2937 ade850cf77ae
parent 2902 7365e48e82f2
child 2952 10e34346944b
equal deleted inserted replaced
2936:723062b99960 2937:ade850cf77ae
   852 
   852 
   853     makeIconGray := something.
   853     makeIconGray := something.
   854 !
   854 !
   855 
   855 
   856 modificationTime:something
   856 modificationTime:something
   857     "set the value of the instance variable 'modificationTime' (automatically generated)"
       
   858 
       
   859     modificationTime := something.
   857     modificationTime := something.
   860 !
   858 !
   861 
   859 
   862 readChildren
   860 readChildren
   863     "reads the list of children
   861     "reads the list of children
  1252 ! !
  1250 ! !
  1253 
  1251 
  1254 !HierarchicalFileList class methodsFor:'documentation'!
  1252 !HierarchicalFileList class methodsFor:'documentation'!
  1255 
  1253 
  1256 version
  1254 version
  1257     ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalFileList.st,v 1.59 2006-01-31 22:10:21 cg Exp $'
  1255     ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalFileList.st,v 1.60 2006-03-13 15:55:08 cg Exp $'
  1258 ! !
  1256 ! !
  1259 
  1257 
  1260 HierarchicalFileList::Directory initialize!
  1258 HierarchicalFileList::Directory initialize!