class: GenericToolbarIconLibrary
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 04 Jun 2013 14:35:04 +0200
changeset 4600 4fed3042aa4c
parent 4599 3b7fbcaef9b6
child 4601 1fafc57c47f4
class: GenericToolbarIconLibrary added: #stopPoint12x16
GenericToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Tue Jun 04 12:48:46 2013 +0200
+++ b/GenericToolbarIconLibrary.st	Tue Jun 04 14:35:04 2013 +0200
@@ -262,6 +262,27 @@
         ifAbsentPut:[(Depth8Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 @@@A@ @@@@@@@@@@@@@@@0PEA @@@@@@@@@@@@LGB@$J@@@@@@@@@@@AB00MC <P@@@@@@@@@1DRD1PUE!!\X@@@@@@LYF!!([D10]G @@@@@CG2@!!DRHDE0@@
 @@@@@2LTIBT&G @@@@@@@@L''J@P)J @@@@@@@@@CJ20X@@@@@@@@@@@@@0H@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 32 104 24 208 216 208 47 120 24 47 112 24 128 168 128 224 232 224 191 224 176 95 160 80 47 104 24 159 184 144 159 216 136 160 216 136 144 208 136 64 136 56 79 136 64 191 200 176 127 200 96 111 200 88 112 200 88 143 208 120 127 192 104 63 120 48 96 144 88 207 200 200 96 192 64 95 192 64 95 192 56 111 184 88 48 104 48 176 192 176 112 216 88 127 224 96 128 216 104 96 176 88 143 224 104 128 200 120 64 136 48 64 120 56 128 208 120 95 168 80 143 160 136 239 224 224 47 136 40 127 168 120]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'L@@<@C8@O8@?8C? O<@? C<@O@@0@@@a') ; yourself); yourself]
+!
+
+stopPoint12x16
+    "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 stopPoint12x16 inspect
+     ImageEditor openOnClass:self andSelector:#stopPoint12x16
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        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]
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-09x09'!
@@ -11664,11 +11685,11 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.187 2013-06-04 08:26:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.188 2013-06-04 12:35:04 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.187 2013-06-04 08:26:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.188 2013-06-04 12:35:04 vrany Exp $'
 ! !