XPToolbarIconLibrary.st
changeset 5233 4af15aff2aed
parent 5231 03cafc223c19
child 5263 4da295a373af
--- a/XPToolbarIconLibrary.st	Sat Dec 20 01:07:34 2014 +0100
+++ b/XPToolbarIconLibrary.st	Sat Dec 20 01:08:10 2014 +0100
@@ -6593,6 +6593,31 @@
 EB80LC@1IR PHP@@@@@!!G!!H^G1HRD!!HRDBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
 !
 
+fileTypeDirectoryGrayIcon
+    "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 fileTypeDirectoryGrayIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDirectoryGrayIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary fileTypeDirectoryGrayIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8C@1LLGP@@@B8.K"8.K"8.K L,KB0TE@\@@B8.K"8.K"8.
+@1@B@ HB@!!@MB!!,QC!!T@K"8.D20,KB0,KB0,KB0,KBL@K"8.CC@5MST5MST5MST5LA\@K"8.FC@0LC@0LC@0LC@0L@X@K"8.E#@1LSD1LSD1LSD1LAH@K"8.
+A3@4MCP4MCP4MCP4L@$@K"8.G#@/K2</K2</K2</L@,@K"8.CS@2L#H2L#H2L#H2LBD@K"8.B#@3L3L3L3L3L3L3L@<@K"8.@ADNER@\H!!(FD $KC0@@K"8.
+@@@@@@@@@@@@@@@@@@@@K"8.@@@@@@@@@@@@@@@@@@@@K @.K"8.K"8.K"8.K"8.K"8.K"8.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@a') ; colorMapFromArray:#[251 251 251 239 239 239 219 183 82 204 153 52 228 228 228 193 193 193 163 113 11 194 143 42 183 183 183 158 108 6 186 135 34 156 106 4 201 150 49 189 138 37 179 129 27 153 103 1 219 183 113 181 130 29 160 110 8 203 152 51 255 255 186 176 126 24 197 146 45 167 117 15 199 148 47 166 166 166 165 115 13 183 132 31 171 121 19 200 149 48 192 141 40 198 198 198 174 124 22 154 104 2 168 118 16 172 122 20 255 212 111 255 248 147 235 235 235 255 255 156 255 219 117 255 228 127 255 239 137 182 182 182 255 255 255 255 255 153 0 0 0 191 171 95 191 191 115 191 186 110 191 164 88 191 159 83 191 179 103 191 191 117]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@O @@_0@@??0@??0@??0@??0@??0@??0@??0@??0@??0@_? @@@@@@@@@@@@@') ; yourself); yourself]
+!
+
 fileTypeDirectoryIcon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -7153,10 +7178,10 @@
 !XPToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.130 2014-12-19 19:33:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.131 2014-12-20 00:08:10 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.130 2014-12-19 19:33:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.131 2014-12-20 00:08:10 cg Exp $'
 ! !