diff -r bb26202e4933 -r 236fa72fcd16 XPToolbarIconLibrary.st --- a/XPToolbarIconLibrary.st Thu Mar 31 13:19:53 2011 +0200 +++ b/XPToolbarIconLibrary.st Thu Mar 31 13:22:00 2011 +0200 @@ -922,6 +922,32 @@ IPX%HRD!!HQ\!!BP$/LC@0CB@YIP@%A"TWL1\3KCL3L2<0L00(A1$%@BTFISH2L 4MH!!\,BPLRLCDLFRT@IP,YFQ$YFQ$YFQ$YFQ$YFQ$YIP@b') ; 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 255 248 248 207 216 240 240 240 248 239 232 240 240 240 240 48 88 176 224 224 232 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200]; mask:((Depth1Image new) width: 20; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?(@_?<@_?= _??0_?? _??@_??@_?? _??0_?? _??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@_??@') ; yourself); yourself] ! +newImage22x22Icon + "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 newImage22x22Icon inspect + ImageEditor openOnClass:self andSelector:#newImage22x22Icon + Icon flushCachedIcons + " + + + + ^Icon + constantNamed:'XPToolbarIconLibrary class newImage22x22Icon' + ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:' +@@@@@@@@@@@@@@@@@@@@@@0@@@@@@@@@@@@@@@@@@@@@@@@@@@0MC@@@@@@@@@LC@0LC@0LC@0LLC@LLC 0CC@0@@@@C@0LC@0LC@0LLC1@LDADPCA@OC@@@ +@0LC@ HB@ HB@ 0RD1PUEALRC@@@@@LC@ HB@ HB@ HICA@UAQTPC@@@@@@C@ HB@ HD@ HD@ 0PEPTUD@0@@@@@@0HB@ HB@ HB@ 0RD1PUEALRC@@@@@LB +A@HB@ HB@ 0OD@0PDQ@LD@@_?<@_? @_0@@@@@@') ; yourself); yourself] ! -newImage22x22Icon - "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 newImage22x22Icon inspect - ImageEditor openOnClass:self andSelector:#newImage22x22Icon - Icon flushCachedIcons - " - - - - ^Icon - constantNamed:'XPToolbarIconLibrary class newImage22x22Icon' - ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:' -@@@@@@@@@@@@@@@@@@@@@@0@@@@@@@@@@@@@@@@@@@@@@@@@@@0MC@@@@@@@@@@C@0LC@0LC@0LLC@LLC 0CC@0@@@@@@0LC@0LC@0LLC1@LDADPCA@OC@@@ -@@LC@ HB@ HB@ 0RD1PUEALRC@@@@@@C@0HB@ HB@ HICA@UAQTPC@@@@@@@@0HB@ HD@ HD@ 0PEPTUD@0@@@@@@@LB@ HB@ HB@ 0RD1PUEALRC@@@@@@C -@ HB@ HB@ 0OD@0PDQ@LD@ @@ -4795,9 +4801,9 @@ !XPToolbarIconLibrary class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.106 2011-03-31 09:07:48 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.107 2011-03-31 11:22:00 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.106 2011-03-31 09:07:48 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.107 2011-03-31 11:22:00 cg Exp $' ! !