HierarchicalListView.st
changeset 3982 a38a6b83ab9f
parent 3979 106b8988c1a6
child 4178 ce92a9ae0fee
--- a/HierarchicalListView.st	Sat Dec 18 16:42:06 2010 +0100
+++ b/HierarchicalListView.st	Sun Dec 19 09:22:07 2010 +0100
@@ -229,23 +229,9 @@
 !HierarchicalListView class methodsFor:'resources'!
 
 closeIndicator
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
+     ^ ToolbarIconLibrary closeIndicatorInTree
 
-    "
-     self closeIndicator inspect
-     ImageEditor openOnClass:self andSelector:#closeIndicator
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'HierarchicalListView class closeIndicator'
-	ifAbsentPut:[(Depth2Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'UUU@Z*)@Z")@Z")@X@I-Z")@Z")KZ*)@UUU;') ; colorMapFromArray:#[0 0 0 128 128 128 255 255 255]; yourself]
+    "Modified: / 19-12-2010 / 09:05:57 / cg"
 !
 
 collapsedIcon
@@ -309,23 +295,9 @@
 !
 
 openIndicator
-    "This resource specification was automatically generated
-     by the ImageEditor of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the ImageEditor may not be able to read the specification."
+     ^ ToolbarIconLibrary openIndicatorInTree
 
-    "
-     self openIndicator inspect
-     ImageEditor openOnClass:self andSelector:#openIndicator
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'HierarchicalListView class openIndicator'
-	ifAbsentPut:[(Depth2Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'UUU@Z*)@Z*)(Z*)HX@I@Z*)@Z*)@Z*)@UUU.') ; colorMapFromArray:#[0 0 0 128 128 128 255 255 255]; yourself]
+    "Modified: / 19-12-2010 / 09:06:14 / cg"
 ! !
 
 !HierarchicalListView methodsFor:'accessing'!
@@ -1695,9 +1667,9 @@
 !HierarchicalListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalListView.st,v 1.124 2010-12-04 07:25:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalListView.st,v 1.125 2010-12-19 08:22:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalListView.st,v 1.124 2010-12-04 07:25:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalListView.st,v 1.125 2010-12-19 08:22:07 cg Exp $'
 ! !