XPToolbarIconLibrary.st
changeset 5223 ca80953a6815
parent 5213 6eec7dc6b94b
child 5231 03cafc223c19
--- a/XPToolbarIconLibrary.st	Thu Dec 11 18:25:40 2014 +0100
+++ b/XPToolbarIconLibrary.st	Wed Dec 17 15:22:17 2014 +0100
@@ -12,10 +12,10 @@
 "{ Package: 'stx:libwidg' }"
 
 GenericToolbarIconLibrary subclass:#XPToolbarIconLibrary
-        instanceVariableNames:''
-        classVariableNames:''
-        poolDictionaries:''
-        category:'Interface-Smalltalk'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Interface-Smalltalk'
 !
 
 !XPToolbarIconLibrary class methodsFor:'documentation'!
@@ -983,6 +983,31 @@
         ]
 !
 
+fileTypeDirectoryOpenGrayIcon
+    "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 fileTypeDirectoryOpenGrayIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDirectoryOpenGrayIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary fileTypeDirectoryOpenGrayIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5@0LHBR @@@@5MST5MST5MSTCMCP4C@0V@@@5MST5MST5
+MPL4L#H2L#H4DRXZFQ T@CT5MP 4L#H2L#H2L#P4MCP*@CT5MP$4LC@0LC@0LC@0LCHS@CT5LSD1LSD1LSD1LSD1HQ4''@CT5LTE@PDA@PDA@PDD:LRTG@CT5
+LTE@O3<?O3<?O4@;LRLJ@CT5@CEAO#8>O#8>O#87H!!TK@CT5@CEAPC0<OC0<OC07NQHF@CT5@@@1PS4=OS4=OS4=N@<^@CT5MP@1@PDA@PD$E0\JB0X@@CT5
+MST@@@@@@@@@@@@@@@@@@CT5MST@@@@@@@@@@@@@@@@@@CT5MST5MST5MST5MST5MST5MST5@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@a') ; colorMapFromArray:#[239 239 239 165 115 13 251 251 251 204 153 52 193 193 193 228 228 228 154 104 2 160 110 8 203 152 51 201 150 49 158 108 6 156 106 4 250 251 252 183 183 183 255 255 165 198 154 26 240 228 122 189 138 37 207 162 38 167 117 15 176 126 24 226 179 67 194 143 42 162 112 10 179 129 27 181 130 29 183 132 31 215 184 64 218 191 108 255 235 132 153 103 1 247 240 137 166 166 166 226 193 80 201 160 33 253 213 112 164 114 12 255 215 132 186 135 34 163 113 11 200 149 48 198 198 198 172 122 20 255 228 127 255 219 117 255 239 137 235 235 235 182 182 182 255 248 147 198 154 25 255 255 156 255 255 153 255 255 255 0 0 0 119 119 119 210 210 0 163 148 18 115 97 24 130 106 33 180 169 12 191 151 0 186 137 0 196 169 0 201 188 0 205 205 0 204 204 0]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@G0@@O8@@_?8@_?8@_?8@??8@??8@??8@_?8@_?8@O?8@O?0@@@@@@@@@@@@@') ; yourself); yourself]
+!
+
 heartOverlay
     <resource: #image>
     "This resource specification was automatically generated
@@ -7105,10 +7130,10 @@
 !XPToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.128 2014-12-04 19:04:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.129 2014-12-17 14:22:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.128 2014-12-04 19:04:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.129 2014-12-17 14:22:17 cg Exp $'
 ! !