# HG changeset patch # User Claus Gittinger # Date 1364994568 -7200 # Node ID d92e67c20b63042bac80497adc7ee1cfe6bc76d7 # Parent 082baffd9661cdb2f6b058e5494b02b3f8aea562 class: GenericToolbarIconLibrary added: #greyThumbLeftIcon #greyThumbRightIcon #testCaseSkippedIcon diff -r 082baffd9661 -r d92e67c20b63 GenericToolbarIconLibrary.st --- a/GenericToolbarIconLibrary.st Wed Apr 03 15:07:38 2013 +0200 +++ b/GenericToolbarIconLibrary.st Wed Apr 03 15:09:28 2013 +0200 @@ -137,6 +137,28 @@ @@@@@@@A@@@@@@@@@@@@@P@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[240 151 26 255 213 5 245 234 120 240 243 250 240 76 0]; mask:((Depth1Image new) width: 17; height: 18; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@H@@@\@@@\@@@>@@@>@@_?<@_?<@O?8@G?0@C? @C? @C? @G?0@G70@OA8@D@P@@@@@') ; yourself); yourself] ! +greyThumbRightIcon + "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 greyThumbRightIcon inspect + ImageEditor openOnClass:self andSelector:#greyThumbRightIcon + Icon flushCachedIcons + " + + + + ^Icon + constantNamed:'GenericToolbarIconLibrary greyThumbRightIcon' + ifAbsentPut:[(Depth4Image new) width: 15; height: 15; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:' +@@@@@@@@@@@@@@LC\@@@@@@CA2M0@@@@@0\#]&@@@@@GH7I7T@@@@@L2\#L@@@@@AWH3@&@@@@@@L2X#P@@@@@IV@#E0@@@@@ T7E2@GQ0@BY''EF]DDT@@A'' +\QPT]7L@@F]1DTL@@@@@A''PQL@@@@@@FM4P@@@@@') ; colorMapFromArray:#[0 0 0 224 224 224 64 64 64 128 128 128 192 192 192 32 32 32 96 96 96 160 160 160]; mask:((ImageMask new) width: 15; height: 15; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'A8@_0G?@?_?0?0C>@') ; yourself); yourself] +! + sortIndicatorGreyIcon "This resource specification was automatically generated by the ImageEditor of ST/X." @@ -10346,6 +10368,12 @@ ^ self greenThumbUpSmallIcon ! +testCaseSkippedIcon + + + ^ self greyThumbRightIcon +! + visualStartableClassBrowserIcon "This resource specification was automatically generated by the ImageEditor of ST/X." @@ -11467,11 +11495,11 @@ !GenericToolbarIconLibrary class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.178 2013-03-28 12:58:04 vrany Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.179 2013-04-03 13:09:28 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.178 2013-03-28 12:58:04 vrany Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.179 2013-04-03 13:09:28 cg Exp $' ! !