GenericToolbarIconLibrary.st
changeset 4597 f2e6328e0b08
parent 4596 94f2104aa920
child 4598 516223cbcfeb
--- a/GenericToolbarIconLibrary.st	Tue Jun 04 10:21:24 2013 +0200
+++ b/GenericToolbarIconLibrary.st	Tue Jun 04 10:26:00 2013 +0200
@@ -283,6 +283,26 @@
         constantNamed:'GenericToolbarIconLibrary stopPoint12x16'
         ifAbsentPut:[(Depth4Image new) width: 12; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'L3L3L3L3L3L3L3L3L3L3L@L3L3L@@@@3LCA''U6@3L@:8FK8CL@^QDY\CL0WP@MTCL0_AD\\CL@::P+8CL3A''U6@CL3@@@@L3L3L3L3L3L3L3L3L3L3L3L3L3
 L3L3L3L@') ; colorMapFromArray:#[255 255 255 196 96 86 164 75 67 176 176 176 182 74 66 79 34 26 193 90 78 96 47 37 171 87 78 158 77 70 165 75 67 88 43 32 148 68 60 159 65 56 184 74 65]; mask:((Depth1Image new) width: 12; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@O A?@G<@_0A?@G<@O @@@@@@@@@@@@@@b') ; yourself); yourself]
+!
+
+stopPoint9x9
+    "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 stopPoint9x9 inspect
+     ImageEditor openOnClass:self andSelector:#stopPoint9x9
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary stopPoint9x9'
+        ifAbsentPut:[(Depth4Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'L0@@@C@0Y5] L@:8FK8@A9DQ%0@E4@CU@@_AD\\@C+)B/ @0Y5] @C@@@@L0') ; colorMapFromArray:#[255 255 255 196 96 86 164 75 67 176 176 176 182 74 66 79 34 26 193 90 78 96 47 37 171 87 78 158 77 70 165 75 67 88 43 32 148 68 60 159 65 56 184 74 65]; mask:((Depth1Image new) width: 9; height: 9; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@>@G<@_0A?@G<@_0@>@@@@') ; yourself); yourself]
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-09x09'!
@@ -11665,11 +11685,11 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.185 2013-06-04 08:21:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.186 2013-06-04 08:26:00 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.185 2013-06-04 08:21:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.186 2013-06-04 08:26:00 cg Exp $'
 ! !