class: GenericToolbarIconLibrary
authorClaus Gittinger <cg@exept.de>
Wed, 03 Apr 2013 15:09:28 +0200
changeset 4550 d92e67c20b63
parent 4549 082baffd9661
child 4551 ebfc7e1a06f0
class: GenericToolbarIconLibrary added: #greyThumbLeftIcon #greyThumbRightIcon #testCaseSkippedIcon
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
+    "
+
+    <resource: #image>
+
+    ^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?@?<C?0O?@?<C?0O?\??;??''?>_?0?0C>@') ; yourself); yourself]
+!
+
 sortIndicatorGreyIcon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -10346,6 +10368,12 @@
     ^ self greenThumbUpSmallIcon
 !
 
+testCaseSkippedIcon
+    <resource: #programImage>
+
+    ^ 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 $'
 ! !