class: GenericToolbarIconLibrary
authorClaus Gittinger <cg@exept.de>
Sat, 31 Aug 2013 13:53:33 +0200
changeset 4708 9754e4d95207
parent 4707 f6ac835a1cf6
child 4709 1170fc797722
class: GenericToolbarIconLibrary changed: #stopPoint12x16 #stopPoint16x16
GenericToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Sat Aug 31 13:26:41 2013 +0200
+++ b/GenericToolbarIconLibrary.st	Sat Aug 31 13:53:33 2013 +0200
@@ -281,8 +281,8 @@
 
     ^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]
+        ifAbsentPut:[(Depth4Image new) width: 12; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'L3L3L3L3L3L3L3L3L3L3L@L3L3LCL0@3LCA''U6@3L@:8FK8CLC^QDY\3L3WP@MT3L3_AD\\3L@::P+8CL3A''U6@CL3@CL0L3L3L3L3L3L3L3L3L3L3L3L3L3
+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:'@@@@@@@@A0@O A?@O>@?8C? G<@O @\@@@@@@@@@@@@b') ; yourself); yourself]
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-09x09'!
@@ -3316,8 +3316,8 @@
     ^Icon
         constantNamed:'GenericToolbarIconLibrary stopPoint16x16'
         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-L3L3L3L3L3L3L3L3L3L3L3L3L3L0@3L3L3L3@@@@L3L3LCA''U6@3L3L0C+ X/ L3L3@G$QFW@3L3L0WP@MTCL3L3A<DQ10L3L3@N.$J>@3L3L3A''U6@CL3L3
-L@@@@3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3@@@b') ; 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:((ImageMask new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@C8@_0A?@G<@_0A?@C8@@@@@@@@@@@@@@b') ; yourself); yourself]
+L3L3L3L3L3L3L3L3L3L3L3L3L3L0@3L3L3L3@3L@L3L3LCA''U6@3L3L0C+ X/ L3L3@7$QFWL3L3L3WP@MT3L3L3M<DQ13L3L3@N.$J>@3L3L3A''U6@CL3L3
+L@L3@3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3@@@b') ; 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:((ImageMask new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@\@C8@_0C? O>@?8A?@C8@G@@@@@@@@@@@@b') ; yourself); yourself]
 !
 
 terminal16x16Icon
@@ -11903,11 +11903,11 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.192 2013-08-27 09:14:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.193 2013-08-31 11:53:33 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.192 2013-08-27 09:14:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.193 2013-08-31 11:53:33 cg Exp $'
 ! !