GenericToolbarIconLibrary.st
changeset 3894 695ab7122422
parent 3883 c270d80bf69f
child 3941 65a4b8b36b58
--- a/GenericToolbarIconLibrary.st	Wed May 20 09:18:24 2009 +0200
+++ b/GenericToolbarIconLibrary.st	Thu May 28 08:38:08 2009 +0200
@@ -56,6 +56,30 @@
     ]
 ! !
 
+!GenericToolbarIconLibrary class methodsFor:'image specs'!
+
+colorHistory16x16Icon
+    "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 colorHistory16x16Icon inspect
+     ImageEditor openOnClass:self andSelector:#colorHistory16x16Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary class colorHistory16x16Icon'
+        ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@EUUUUT@@@@@UUUUUP@@@@AUUUUU@@@@@EUUUUTB@@@@UUUUUPH@@@@@@@@@@ @@@@@"H"H"@0@@@BH"H"HC@@@@@@@@@@L@@@@@L3L3L0P@@@
+@3L3L3A@@@@@@@@@@D@@@@@DQDQDP@@@@@QDQDQ@@@@@@@@@@@@b') ; colorMapFromArray:#[1 104 205 255 255 255 255 0 0 0 255 0 0 0 255 255 255 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?<C?0O?@??C?<O?0??0??C?<O?<O?0??C?<C?0O?@?<b') ; yourself); yourself]
+! !
+
 !GenericToolbarIconLibrary class methodsFor:'image specs-12x12'!
 
 padLockBlack12x12Icon
@@ -442,28 +466,6 @@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
 !
 
-colorHistory16x16Icon
-    "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 colorHistory16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#colorHistory16x16Icon
-     Icon flushCachedIcons
-    "
-
-    <resource: #image>
-
-    ^Icon
-	constantNamed:#'GenericToolbarIconLibrary class colorHistory16x16Icon'
-	ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-@@@@@@@@@@@DQDQDP@@@@@QDQDQ@@@@@ADQDQD@@@@@DQDQDPE@@@@QDQDQ@T@@@@@@@@@AP@@@@AUUUUUA @@@EUUUUTF@@@@@@@@@@X@@@@@Y&Y&Y \@@@
-A&Y&Y&A0@@@@@@@@@G@@@@@G]7]7\@@@@@]7]7]0@@@@@@@@@@@b') ; colorMapFromArray:#[1 104 205 220 220 220 255 255 192 160 160 160 255 255 255 223 32 32 94 255 74 255 138 41]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?<C?0O?@??C?<O?0??0??C?<O?<O?0??C?<C?0O?@?<b') ; yourself); yourself]
-!
-
 configure16x16Icon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -7099,7 +7101,7 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.82 2009-05-13 12:58:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.83 2009-05-28 06:38:08 cg Exp $'
 ! !
 
 GenericToolbarIconLibrary initialize!