GenericToolbarIconLibrary.st
changeset 3449 a50bfdb00380
parent 3448 ffacb8b40786
child 3450 7a5047c5260c
--- a/GenericToolbarIconLibrary.st	Mon Feb 12 09:47:56 2007 +0100
+++ b/GenericToolbarIconLibrary.st	Mon Feb 19 16:05:57 2007 +0100
@@ -5032,6 +5032,14 @@
     ^ self loadFromFileIcon
 !
 
+hideToolBarIcon
+    <resource: #programImage>
+
+    ^ self hideToolbar8x24Icon
+
+    "Created: / 18-02-2007 / 14:52:15 / cg"
+!
+
 hideToolbar24x8Icon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -5091,6 +5099,27 @@
         ifAbsentPut:[(Depth2Image new) width: 10; height: 26; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@HB @HBD@D@T@@@@(@@@!!@@@ELB @HBD@A@T@@@@(B@@!!@@@ELB @@BD@@@T@H@@(@@@!!@@@EHB @HBD@N@T@@@@(B@@!!@@@EB@@@C') ; colorMapFromArray:#[0 0 0 68 68 68 255 255 255]; mask:((Depth1Image new) width: 10; height: 26; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@@@@@a') ; yourself); yourself]
 !
 
+hideToolbarIcon10x26
+    "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 hideToolbarIcon inspect
+     ImageEditor openOnClass:self andSelector:#hideToolbarIcon
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'ToolbarIconLibrary class hideToolbarIcon10x26'
+        ifAbsentPut:[(Depth2Image new) width: 10; height: 26; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@HB @HBD@D@T@@@@(@@@!!@@@ELB @HBD@A@T@@@@(B@@!!@@@ELB @@BD@@@T@H@@(@@@!!@@@EHB @HBD@N@T@@@@(B@@!!@@@EB@@@C') ; colorMapFromArray:#[0 0 0 68 68 68 255 255 255]; mask:((Depth1Image new) width: 10; height: 26; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@0@B @F@@C@@J@@X@@@@@a') ; yourself); yourself]
+
+    "Created: / 18-02-2007 / 14:52:07 / cg"
+!
+
 hideToolbarIconH14
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -6002,7 +6031,7 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.46 2007-02-12 08:47:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.47 2007-02-19 15:05:57 cg Exp $'
 ! !
 
 GenericToolbarIconLibrary initialize!