added: #viewTimeDetails16x16Icon
authorClaus Gittinger <cg@exept.de>
Wed, 08 Dec 2010 20:57:00 +0100
changeset 4200 e43b78348570
parent 4199 cd7069b3bc33
child 4201 2e9d9ba4a215
added: #viewTimeDetails16x16Icon
GenericToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Mon Dec 06 13:16:27 2010 +0100
+++ b/GenericToolbarIconLibrary.st	Wed Dec 08 20:57:00 2010 +0100
@@ -2278,6 +2278,26 @@
     ^Icon
 	constantNamed:#'GenericToolbarIconLibrary class viewNoDetails16x16Icon'
 	ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@A<@@@@@@A<@@@@@@A<@@@@@@A<@@@@@@@@@b') ; yourself); yourself]
+!
+
+viewTimeDetails16x16Icon
+    "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 viewTimeDetails16x16Icon inspect
+     ImageEditor openOnClass:self andSelector:#viewTimeDetails16x16Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary class viewTimeDetails16x16Icon'
+        ifAbsentPut:[(Depth1Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@A0@]0A7@O^@<HC? G<@_0@\@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@\@G<@?8C? _?A?<G?0O>@?8A?@A0@@@@@@b') ; yourself); yourself]
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-20x20'!
@@ -8238,11 +8258,11 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.118 2010-10-25 10:02:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.119 2010-12-08 19:57:00 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.118 2010-10-25 10:02:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.119 2010-12-08 19:57:00 cg Exp $'
 ! !
 
 GenericToolbarIconLibrary initialize!