XPToolbarIconLibrary.st
changeset 5314 ace9b050056a
parent 5300 63d3259e0ecc
child 5315 1eb19b98868e
--- a/XPToolbarIconLibrary.st	Fri Mar 06 10:11:30 2015 +0100
+++ b/XPToolbarIconLibrary.st	Fri Mar 06 10:12:13 2015 +0100
@@ -643,6 +643,56 @@
         ]
 !
 
+doIt16x16Icon
+    "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 doIt16x16Icon inspect
+     ImageEditor openOnClass:self andSelector:#doIt16x16Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary doIt16x16Icon'
+        ifAbsentPut:[(Depth4Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@A@@@@@@@@@AD@@@@@@@@ADE@@@@@@@ADED@@@@@@ADDT@@@@@@ADDS@@@@@@ADDSLQED@@ADDSLQED@@@@@@@QED@@@@@@AAED@@@@@@
+ADED@@@@@@@DED@@@@@@@@AD@@@@@@@@@D@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 248 252 128 208 220 0 255 255 255 127 127 127]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@X@C @^@C8@_@C?0_?C?8O?@C8@_@A8@G@@X@@@@b') ; yourself); yourself]
+!
+
+doIt20x20Icon
+    "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 doIt20x20Icon inspect
+     ImageEditor openOnClass:self andSelector:#doIt20x20Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary doIt20x20Icon'
+        ifAbsentPut:[(Depth4Image new) width:20; height:20; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@T@@@@@@@@@@@AQ@@@@@@@@@@@EDD@@@@@@@@@@DPT@@@@@@@@@@QAD@@@@@@@@@ADDS@@@@@@
+@@@DPQL1DTP@@@@@QAD3DQQ@@@@@@@@@@QED@@@@@@@@@@DTP@@@@@@@@@AAQ@@@@@@@@@@@ED@@@@@@@@@@@DP@@@@@@@@@@@A@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 248 252 128 208 220 0 255 255 255 127 127 127]; mask:((ImageMask new) width:20; height:20; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@ @@A @@C @@G @@O @@_@@@?<@A?<@C?8@C?0@@O @@_@@@^@@@\@@@X@@@P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
+!
+
 edit17x22Icon
     <resource: #image>
     "This resource specification was automatically generated
@@ -7259,10 +7309,10 @@
 !XPToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.135 2015-03-02 11:23:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.136 2015-03-06 09:12:13 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.135 2015-03-02 11:23:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.136 2015-03-06 09:12:13 cg Exp $'
 ! !