*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 02 Jun 2008 14:03:42 +0200
changeset 3619 720bea0fac88
parent 3618 666a79707322
child 3620 c17b1d973da1
*** empty log message ***
XPToolbarIconLibrary.st
--- a/XPToolbarIconLibrary.st	Fri May 30 17:26:30 2008 +0200
+++ b/XPToolbarIconLibrary.st	Mon Jun 02 14:03:42 2008 +0200
@@ -541,6 +541,31 @@
 8@@@@@@@') ; yourself); yourself]
 !
 
+fileContents19x22Icon
+    "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 fileContents19x22Icon inspect
+     ImageEditor openOnClass:self andSelector:#fileContents19x22Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary class fileContents19x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 19; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+IQTFA XFA XND@ _G2T%IRT%IRTFIRT%IRT[E0$/A!! _IRT%IRT%A"T%IRT%F1,[F0X(CA<%IRT%IPX%ISL3L2T3L3LF@3HQG2T%IRTFIRT%IRT%IRT%A"$%
+H 0_IRT%A"T%L3L3ISL3L0PDA@PDA@P%IPX%IRT%IRT%IRTRKR4&J0<YIRTFIRT3L2T%L3H3BSL3L0@*FRT%A"T%IRT%IQ4TE00XKRXEGA$%IPX%ISL%L1,%
+L3L FCL3K (YIRTFIRT%IRT[IS@1CA G@!! QFRT%A"T%ISL3E3L3L@03L1XVFA$%IPX%F1,[@20C@2<0F@0 A1XYIRTFIRH3BSLAL0$$K3L3L2@ FRT%A"T!!
+HRDWE2LIIB<0D00(A1$%IPX%HSL3HPD3HSL/K3L''CB@YIRTFIRD!!HRDAHP$IK2<0I00 FRT%A"T!!L3L3@SL3BR<3LCLLHA$%IPX%HRD!!HQ\!!BP$/LC@0CB@Y
+IRTFIQ\3E3L,L3L3K3@3CB GFRT%A"T2L#HMCRHWK@$CD#@1CA$%IP,YFQ$YFQ$YFQ$YFQ$YFQ$YIP@a') ; colorMapFromArray:#[204 208 220 245 246 250 224 227 236 240 242 248 140 145 163 212 215 227 207 211 222 227 230 238 193 197 211 241 243 248 214 218 228 210 214 224 231 233 241 249 250 252 201 206 218 200 204 217 196 200 213 220 223 233 238 240 247 234 236 243 250 251 252 205 209 221 225 228 237 245 247 250 223 226 235 116 120 133 240 241 248 253 254 254 211 214 226 252 252 253 207 210 222 178 183 200 229 231 240 247 248 251 246 248 250 242 244 249 241 242 248 255 255 255 213 217 227 232 234 242 230 232 240 248 249 251 202 207 219 201 205 218 243 245 249 219 222 232 217 220 230 237 239 246 235 237 244 234 237 243 251 252 253 0 0 0]; mask:((Depth1Image new) width: 19; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_? @_?0@_?8@_?<@_?>@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@') ; yourself); yourself]
+!
+
 fileIn18x22Icon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -3936,6 +3961,12 @@
     ^ self padLockGold15x15Icon
 !
 
+fileContentsIcon
+    <resource: #programImage>
+
+    ^ self fileContents19x22Icon
+!
+
 fileInIcon
     <resource: #programImage>
 
@@ -4320,5 +4351,5 @@
 !XPToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.80 2008-05-30 15:09:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.81 2008-06-02 12:03:42 cg Exp $'
 ! !