class: GenericToolbarIconLibrary
authorClaus Gittinger <cg@exept.de>
Tue, 27 Aug 2013 11:14:58 +0200
changeset 4681 8e75820273a8
parent 4680 d9c981028573
child 4682 6ac21b8c27f3
class: GenericToolbarIconLibrary added: #edit_code_15x15
GenericToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Tue Aug 27 03:25:37 2013 +0000
+++ b/GenericToolbarIconLibrary.st	Tue Aug 27 11:14:58 2013 +0200
@@ -1160,6 +1160,26 @@
         ifAbsentPut:[(Depth1Image new) width: 15; height: 15; photometric:(#palette); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0]; mask:((Depth1Image new) width: 15; height: 15; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@G>@N\@90C''@O8@90C''@N\A? @@@@@@@@') ; yourself); yourself]
 !
 
+edit_code_15x15
+    "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 edit_code_15x15 inspect
+     ImageEditor openOnClass:self andSelector:#edit_code_15x15
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary edit_code_15x15'
+        ifAbsentPut:[(Depth2Image new) width: 15; height: 15; photometric:(#palette); bitsPerSample:(#[2]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@P@@@@L@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@D@@@@A@@@@@0@@@@@@@@@B@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 84 84 84 170 170 170 255 255 255]; mask:((Depth1Image new) width: 15; height: 15; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@A8@@@@],@@@F; @@A4@@@@[@@@@GX@@@@@@') ; yourself); yourself]
+!
+
 edit_image_15x15
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -11883,11 +11903,11 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.191 2013-08-02 15:02:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.192 2013-08-27 09:14:58 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.191 2013-08-02 15:02:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.192 2013-08-27 09:14:58 cg Exp $'
 ! !