class: VistaToolbarIconLibrary
authorClaus Gittinger <cg@exept.de>
Thu, 04 Dec 2014 20:38:03 +0100
changeset 5215 a461a00a19a2
parent 5214 85d656ef0ee1
child 5216 8d6eef5d09c3
class: VistaToolbarIconLibrary added: #fileTypeDirectoryIcon #fileTypeDirectoryOpenIcon category of:
VistaToolbarIconLibrary.st
--- a/VistaToolbarIconLibrary.st	Thu Dec 04 20:04:57 2014 +0100
+++ b/VistaToolbarIconLibrary.st	Thu Dec 04 20:38:03 2014 +0100
@@ -791,6 +791,50 @@
         ]
 ! !
 
+!VistaToolbarIconLibrary class methodsFor:'image specs-tools-FileBrowser-Filetypes'!
+
+fileTypeDirectoryIcon
+    "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 fileTypeDirectoryIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDirectoryIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'VistaToolbarIconLibrary fileTypeDirectoryIcon'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@BPTPQ!!G<6"6@5]"0@@@@@@@YMZ#5\F7 DWU5]O8X@@@@@@@AMU5\!!HR!!+\UQ>S8$@@@@@@@AMU5]WE#M;NT=''W"8@@@@@
+@@@-U5]WHTA,B58SZA0@@@@@@@AJU5\JD!! 8O& WC!!@@@@@@@@@ U0)SLD,A]0:ELXM"@@@@@@@$B%M#J 5%VSD&TB$2@@@@@@A=T6M5M2JAC5@)XV8_@@@@
+@@AZX7T7RH\4Y&D:@69N@@@@@@@E]S]HP''0+IPL^A69[@@@@@@@TM4!!BSD]/BP\]GTLH@@@@@@@LRDIL"%UR^!!4]GWAX@@@@@@@;P$2J\%T#^!!4]GV%E@@@@
+@@BHRXHYEUT<TUYXQ&Q9@@@@@@@@@A)4\5</@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[252 252 252 205 185 103 247 236 174 225 199 90 250 245 188 233 216 120 251 251 250 223 195 81 216 192 93 216 186 81 249 245 176 227 207 124 228 209 111 210 186 81 240 226 144 220 194 98 223 201 106 242 224 137 254 253 244 245 236 165 231 212 116 214 191 95 255 255 255 242 229 151 215 192 89 214 191 93 234 225 184 237 223 135 225 202 109 222 193 77 224 197 85 219 195 98 242 227 136 255 255 252 208 183 77 195 166 66 240 224 132 217 188 85 234 215 121 245 241 229 224 203 104 230 208 108 246 241 198 198 172 77 242 231 190 245 230 141 226 204 111 218 207 172 252 250 232 236 218 130 220 197 100 221 200 99 200 175 83 234 213 124 239 219 134 236 225 146 206 188 109 229 210 129 227 202 95 225 206 107 193 166 74 253 251 233 225 204 117 249 244 182 218 196 94 245 231 142 228 212 128 92 185 221 244 228 141 219 199 114 214 190 91 202 176 68 232 219 137 217 195 94 243 229 138 212 189 85 224 206 118 245 231 141 218 194 97 250 244 183 232 211 114 212 184 85 196 168 68 247 241 170 252 249 191 202 175 67 215 192 93 251 247 180 215 191 92 222 198 104 236 219 124 217 193 95 244 234 153 253 250 194 247 239 172 196 175 99 236 215 128 228 205 101 234 220 164 244 236 163 219 199 113 203 182 96 218 191 91 249 242 177 243 233 158 221 193 79 251 246 177 213 198 126 208 190 115 0 0 0 236 236 236 196 169 72 72 165 211 246 238 174 218 196 102 204 179 76 218 200 125 240 231 155 235 216 138 224 201 111 220 205 120 234 224 179 215 184 77 209 192 119 204 178 70 238 222 129 251 247 187 241 221 137 247 245 234 201 178 90 214 192 92 226 204 110 241 222 136 238 222 137 232 213 134 206 180 73 230 214 141 228 205 113 221 201 110 238 217 131]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@?O?0?_?0?O?0?O?0?O?0?O?0?O?8?O?8?O?8?O?8?O?8?O?8?O?8?O?8?O?8?C8@?@@@?') ; yourself); yourself]
+!
+
+fileTypeDirectoryOpenIcon
+    "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 fileTypeDirectoryIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeDirectoryIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #programImage>
+
+    ^ self fileTypeDirectoryIcon    
+! !
+
 !VistaToolbarIconLibrary class methodsFor:'image-specs-12x12'!
 
 radioOff12x12Icon
@@ -998,10 +1042,10 @@
 !VistaToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/VistaToolbarIconLibrary.st,v 1.13 2014-11-23 13:56:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/VistaToolbarIconLibrary.st,v 1.14 2014-12-04 19:38:03 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/VistaToolbarIconLibrary.st,v 1.13 2014-11-23 13:56:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/VistaToolbarIconLibrary.st,v 1.14 2014-12-04 19:38:03 cg Exp $'
 ! !