*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 25 Sep 2009 21:57:13 +0200
changeset 3941 65a4b8b36b58
parent 3940 38addf9c9d42
child 3942 13482f9bd5cb
*** empty log message ***
GenericToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Fri Sep 25 10:59:22 2009 +0200
+++ b/GenericToolbarIconLibrary.st	Fri Sep 25 21:57:13 2009 +0200
@@ -56,30 +56,13 @@
     ]
 ! !
 
-!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:'compatibility-VW'!
+
+visualFor:aKey
+    ^ self perform:aKey
 ! !
 
+
 !GenericToolbarIconLibrary class methodsFor:'image specs-12x12'!
 
 padLockBlack12x12Icon
@@ -466,6 +449,28 @@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@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:'
+@@@@@@@@@@@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]
+!
+
 configure16x16Icon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -7101,7 +7106,7 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.83 2009-05-28 06:38:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.84 2009-09-25 19:57:13 cg Exp $'
 ! !
 
 GenericToolbarIconLibrary initialize!