HierarchicalListView.st
changeset 5282 ae9d2fd997ef
parent 5003 3ad28e66c27e
child 5389 d704f9a06ca8
--- a/HierarchicalListView.st	Fri Oct 14 19:29:29 2016 +0200
+++ b/HierarchicalListView.st	Tue Oct 18 02:15:03 2016 +0200
@@ -237,6 +237,11 @@
 !
 
 collapsedIcon
+    ^ ToolbarIconLibrary fileTypeDirectoryIcon
+    "/ ^ self collapsedIcon_old
+!
+
+collapsedIcon_old
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
 
@@ -257,6 +262,11 @@
 !
 
 emptyIcon
+    ^ ToolbarIconLibrary fileTypeFileIcon.
+    "/ ^ self emptyIcon_old
+!
+
+emptyIcon_old 
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
 
@@ -277,6 +287,11 @@
 !
 
 expandedIcon
+    ^ ToolbarIconLibrary fileTypeDirectoryOpenIcon.
+    "/ ^ self expandedIcon_old.
+!
+
+expandedIcon_old 
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
 
@@ -292,8 +307,8 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:#'HierarchicalListView class expandedIcon'
-	ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@UP@@@UU@@@EUUUPA@@@@@R*** B***(@***(@****@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 179 179 179 255 255 0]; mask:((ImageMask new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@O@A>@O?<??3???????;??/?<??0@@@@@@@@b') ; yourself); yourself]
+        constantNamed:#'HierarchicalListView class expandedIcon'
+        ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@UP@@@UU@@@EUUUPA@@@@@R*** B***(@***(@****@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 179 179 179 255 255 0]; mask:((ImageMask new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@O@A>@O?<??3???????;??/?<??0@@@@@@@@b') ; yourself); yourself]
 !
 
 openIndicator