VistaToolbarIconLibrary.st
changeset 4204 5a23a1ab326b
parent 4108 cf211d44ee4b
child 4549 082baffd9661
--- a/VistaToolbarIconLibrary.st	Wed Dec 15 11:55:24 2010 +0100
+++ b/VistaToolbarIconLibrary.st	Sun Dec 19 09:21:35 2010 +0100
@@ -561,6 +561,48 @@
 @0LC@0LC@0LCA@TF@@DB@0LC@0LC@0LC@0PEA @A@ LC@0LC@0LC@0LDAPX@@PHC@0LC@0LC@0LCA@TF@@DB@0LC@0LC@0LC@0PEA @a') ; colorMapFromArray:#[228 228 230 232 232 230 236 238 240 240 240 240 240 242 240 244 242 240 236 234 230 244 244 240 244 246 250 44 46 50 32 30 30 52 54 50 92 92 90 32 34 30 72 74 70 120 122 120 140 140 140 136 134 130 84 86 90 120 120 120 156 158 160 176 174 170 184 184 180 192 192 190 184 182 180]; yourself]
 ! !
 
+!VistaToolbarIconLibrary class methodsFor:'image specs-09x09'!
+
+closeIndicatorInTree9x9Icon
+    "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."
+
+    "
+     self closeIndicatorInTree9x9Icon inspect
+     ImageEditor openOnClass:self andSelector:#closeIndicatorInTree9x9Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'VistaToolbarIconLibrary class closeIndicatorInTree9x9Icon'
+        ifAbsentPut:[(Depth4Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@AH@@C\@Q@@@M0AEP@@7@DXG@C\@Q&BEM0AFA0@7@DU@@C\@Q@@@M0@R@@@7') ; colorMapFromArray:#[232 232 232 200 202 200 242 242 242 0 0 0 168 168 168 232 232 232 255 255 255 152 152 152 132 132 132]; mask:((Depth1Image new) width: 9; height: 9; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'LG<8_31?O''<?_39?OG<8_3A?') ; yourself); yourself]
+!
+
+openIndicatorInTree9x9Icon
+    "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."
+
+    "
+     self openIndicatorInTree9x9Icon inspect
+     ImageEditor openOnClass:self andSelector:#openIndicatorInTree9x9Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'VistaToolbarIconLibrary class openIndicatorInTree9x9Icon'
+        ifAbsentPut:[(Depth4Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'DQDQDQDQDQHADADQH3DPDQH1LQDQH1D1F!!H1DSDPDCL3@Q@QDQDQDADQDQDS') ; colorMapFromArray:#[136 136 136 89 89 89 188 188 188 38 38 38]; mask:((Depth1Image new) width: 9; height: 9; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@G<F_09?G''<>_79?_''<@_0A?') ; yourself); yourself]
+! !
+
 !VistaToolbarIconLibrary class methodsFor:'image-specs-12x12'!
 
 radioOff12x12Icon
@@ -698,9 +740,9 @@
 !VistaToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/VistaToolbarIconLibrary.st,v 1.9 2009-11-16 16:09:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/VistaToolbarIconLibrary.st,v 1.10 2010-12-19 08:21:35 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/VistaToolbarIconLibrary.st,v 1.9 2009-11-16 16:09:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/VistaToolbarIconLibrary.st,v 1.10 2010-12-19 08:21:35 cg Exp $'
 ! !