2 more image-file icons
authorClaus Gittinger <cg@exept.de>
Tue, 01 Jun 2010 17:36:44 +0200
changeset 4151 aa4a17303f9a
parent 4150 41eae86a7b46
child 4152 cadeb2157045
2 more image-file icons
GenericToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Mon May 17 12:53:09 2010 +0200
+++ b/GenericToolbarIconLibrary.st	Tue Jun 01 17:36:44 2010 +0200
@@ -6966,6 +6966,37 @@
     ^ self fileContents14x17Icon
 !
 
+fileImageContents14x17Icon
+    "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 fileImageContents14x17Icon inspect
+     ImageEditor openOnClass:self andSelector:#fileImageContents14x17Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary class fileImageContents14x17Icon'
+        ifAbsentPut:[(Depth8Image new) width: 14; height: 17; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@B@ HB@ HB@ HB@@@@@@HA0\GA0\GA0 H@@@@@@\GA0\IA0$GA0 @@@@@A0\GA0\GA0\GB@@@@@@GA0\G
+A0\GA0\H@@@@@@\GA0$GA0\GA0 @@@@@A0\GA0\GA0\GB@@@@@@HA0\GA0\IA0\H@@@@@@\GA0\GA0\GA0 @@@@@B@\GA0XGA0 HB@@@@@@HB@ HA  HB@ H
+@@@@@@ HB@ FB@ HB@ @@@@@BP$IBPXIBP$IBP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 105 133 190 129 129 129 194 194 194 255 0 0 255 255 255 133 60 36 0 206 0 174 218 230 0 137 0]; mask:((Depth1Image new) width: 14; height: 17; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@A?>G?8_?!!?>G?8_?!!?>G?8_?!!?>G?8_?!!?>G?8_? @@@@a') ; yourself); yourself]
+!
+
+fileImageContentsIcon
+    <resource: #programImage>
+
+    ^ self fileImageContents14x17Icon
+
+    "Created: / 01-06-2010 / 17:35:40 / cg"
+!
+
 fileInIcon
     <resource: #programImage>
 
@@ -8078,11 +8109,11 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.114 2010-01-11 16:33:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.115 2010-06-01 15:36:44 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.114 2010-01-11 16:33:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.115 2010-06-01 15:36:44 cg Exp $'
 ! !
 
 GenericToolbarIconLibrary initialize!