*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 27 Dec 2005 17:28:24 +0100
changeset 3233 cf0ad5d1126f
parent 3232 3db2628edf98
child 3234 1cfdfd31f67b
*** empty log message ***
GenericToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Tue Dec 27 17:28:06 2005 +0100
+++ b/GenericToolbarIconLibrary.st	Tue Dec 27 17:28:24 2005 +0100
@@ -59,6 +59,29 @@
 
 !GenericToolbarIconLibrary class methodsFor:'image specs'!
 
+currentDirectoryIcon
+    "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 currentDirectoryIcon inspect
+     ImageEditor openOnClass:self andSelector:#currentDirectoryIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'GenericToolbarIconLibrary class currentDirectoryIcon'
+        ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(nil)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@D@@@@@@@@@@@@@DQ@@@@@@@@@@@@DQDP@@@@@@@@@@DQ@QD@@@@@@@@@DQIBDQ@@@@@@@@DQIDP!!DP@@@@@@DQIDQDHQD@@@@@
+DQIDQDQBDQ@@@@DQIDQDQDP!!DP@@DQIDQDQDQDHQD@D"IDQDQDQDQ@@A@RH$QDQDQDQD@@D@@@QDQDQDQDP@@@@@ADQD@@QDQ@@@@@@DQDP@ADQD@@@@@@QD
+Q@@DQDP@@@@@ADQDQDQDQ@@@@@@DQDQDQDQD@@@@@@QDQDQDQDP@@@@@ADQDQDQDQ@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 192 0 0 64 0 0 73 73 73 192 192 192]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@A@@@C @A''0@A/8@A?<@A?>@A??@C?? G??0O??8_??<_??<_??<C?? C?? C?? C?? C?? C?? C?? C?? C?? ') ; yourself); yourself]
+!
+
 downArrow20x20Icon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -5777,7 +5800,7 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.38 2005-12-11 19:19:15 ab Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.39 2005-12-27 16:28:24 cg Exp $'
 ! !
 
 GenericToolbarIconLibrary initialize!