added: #standaloneStartupIcon
authorClaus Gittinger <cg@exept.de>
Wed, 11 Nov 2009 17:02:49 +0100
changeset 4096 a16d36bcd5e6
parent 4095 5d67cdd38915
child 4097 233d27a2b0a0
added: #standaloneStartupIcon
GenericToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Wed Nov 11 11:52:39 2009 +0100
+++ b/GenericToolbarIconLibrary.st	Wed Nov 11 17:02:49 2009 +0100
@@ -218,6 +218,31 @@
     ^Icon
         constantNamed:'DataSetLabel class sortReverseIndicatorIcon'
         ifAbsentPut:[(Depth1Image new) width: 7; height: 4; photometric:(#palette); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'0(@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 7; height: 4; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'DC!!<? @a') ; yourself); yourself]
+!
+
+standaloneStartupIcon
+    "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 standaloneStartupIcon inspect
+     ImageEditor openOnClass:self andSelector:#standaloneStartupIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary class standaloneStartupIcon'
+        ifAbsentPut:[(Depth24Image new) width: 13; height: 11; photometric:(#rgb); bitsPerSample:(#[8 8 8]); samplesPerPixel:(3); bits:(ByteArray fromPackedString:'
+@@@@@@@@H6(]5M;T@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@JG$ JWL" Z]=8._"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@JG  ..N1
+U:IOJF4 ''[*Z@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@IV8^'']2M''-.P%]JKQX$?SX]H.\27@@@@@@@@@@@@@@@@@@@@@@@@JG$ ],9 Z<!!V[<%["=Q<];=-
+M''(/XYA]1</G@@@@@@@@@@@@@@@@J''8"XLYFVLIAW\UFU<M@[<)\ZK5XL&$-,\R/@@@@@@@@@@@@@@@@J''8"\=!!Z^NE!!_-]+^L5%Y[EYJWD"XYA]@@@@@@@@
+@@@@@@@@@@@@J''8"!!>U1"]Q9!!L-6O(,6QG ?,\R/@@@@@@@@@@@@@@@@@@@@@@@@JW(!!!!\=6VZ!!PJWP!!"*ZG9.[&@@@@@@@@@@@@@@@@@@@@@@@@@@@@JW,!!
+KX %_J!!92L3G@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@JW,!!5M;T@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'L@@<@C8@O8@?8C? O<@? C<@O@@0@@@a') ; yourself); yourself]
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-12x12'!
@@ -8023,11 +8048,11 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.111 2009-11-11 10:52:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.112 2009-11-11 16:02:49 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.111 2009-11-11 10:52:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.112 2009-11-11 16:02:49 cg Exp $'
 ! !
 
 GenericToolbarIconLibrary initialize!