added: #erase16x16Icon1
authorClaus Gittinger <cg@exept.de>
Wed, 14 Oct 2009 15:32:18 +0200
changeset 3977 fd0a3c053c34
parent 3976 345923b05271
child 3978 f8e9a3afb2b2
added: #erase16x16Icon1 changed: #erase16x16Icon
GenericToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Wed Oct 14 12:21:32 2009 +0200
+++ b/GenericToolbarIconLibrary.st	Wed Oct 14 15:32:18 2009 +0200
@@ -805,21 +805,27 @@
 !
 
 erase16x16Icon
-    "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 erase16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#erase16x16Icon
-    "
-
-    <resource: #image>
-
-    ^Icon
-        constantNamed:#'GenericToolbarIconLibrary class erase16x16Icon'
+    <resource: #programImage>
+
+    ^ self erase16x16Icon
+!
+
+erase16x16Icon1
+    "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 erase16x16Icon1 inspect
+     ImageEditor openOnClass:self andSelector:#erase16x16Icon1
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'GenericToolbarIconLibrary class erase16x16Icon1'
         ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 @@@8@#0LG!! GL@O @\@C8@\0C!! \BC0DN@@P@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@ -7568,11 +7574,11 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.94 2009-10-08 10:31:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.95 2009-10-14 13:32:18 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.94 2009-10-08 10:31:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.95 2009-10-14 13:32:18 cg Exp $'
 ! !
 
 GenericToolbarIconLibrary initialize!