added: #sharedPoolBrowserIcon expeccoNET_1_5_1rc1
authorClaus Gittinger <cg@exept.de>
Thu, 14 Oct 2010 12:01:39 +0200
changeset 4176 af086dc8b816
parent 4175 e7063a3e7ec5
child 4177 0d89dbb77071
added: #sharedPoolBrowserIcon
GenericToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Thu Oct 14 11:14:25 2010 +0200
+++ b/GenericToolbarIconLibrary.st	Thu Oct 14 12:01:39 2010 +0200
@@ -7795,6 +7795,26 @@
 ZF!!VY6MBD00QF@ ^PV!!(M4=QKQHMAP<%GD-(ZCT6PA,KB"1ISC%DZF!!(JR8VF"\8N$5SZF @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[133 13 2 139 9 4 138 12 5 137 12 6 136 15 7 140 13 5 142 13 5 143 14 4 141 15 6 151 0 0 145 12 3 148 12 0 149 12 2 149 12 3 151 13 2 149 11 5 145 13 4 153 13 1 154 12 1 156 12 1 158 12 0 159 13 1 156 12 3 153 13 4 153 14 4 152 15 6 154 14 6 159 12 6 138 17 3 143 16 1 140 16 4 128 18 11 143 21 11 138 20 13 144 17 2 150 16 5 158 20 1 152 16 7 154 17 10 155 18 10 155 20 11 147 26 15 160 4 3 162 14 2 162 14 7 162 11 8 162 11 10 167 17 3 165 21 1 168 20 1 169 20 1 172 20 1 175 17 5 160 17 8 160 18 10 165 17 10 162 22 10 166 24 10 175 25 14 176 19 1 180 19 1 181 20 2 180 20 7 181 21 8 179 19 12 184 18 11 170 25 21 166 33 23 189 35 18 187 37 24 154 54 44 192 23 3 203 27 4 192 22 15 194 31 13 193 29 19 203 29 21 193 35 20 197 44 25 198 48 29 200 49 30 219 54 30 206 63 41 211 52 35 188 72 57 206 64 45 199 69 56 211 84 63 190 96 84 202 97 85 201 99 85 197 102 88 221 105 90 228 109 93 216 113 104 203 133 125 222 131 119 215 135 127 228 156 148 239 167 147 231 175 163 240 193 188 241 201 196 248 208 200 0 0 0]; mask:((ImageMask new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'A?@O<A?0O?@?<G?0_?A?<G?0_?@?8@@a') ; yourself); yourself]
 !
 
+sharedPoolBrowserIcon
+    "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 sharedPoolBrowserIcon inspect
+     ImageEditor openOnClass:self andSelector:#sharedPoolBrowserIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary class sharedPoolBrowserIcon'
+        ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@H"H"H"H @BH"H"H"H@@"H"H"H"@@H"H"H"H @BH"H"H"H@@"H"H"H"@@H"H"H"H @BH"H"H"H@@"H"H"H"@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 0 127 255]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@A?<G?0_?A?<G?0_?A?<G?0_?@@@@@a') ; yourself); yourself]
+!
+
 smallGrayPackageIcon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -8128,11 +8148,11 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.116 2010-09-20 11:34:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.117 2010-10-14 10:01:39 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.116 2010-09-20 11:34:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.117 2010-10-14 10:01:39 cg Exp $'
 ! !
 
 GenericToolbarIconLibrary initialize!