class: GenericToolbarIconLibrary
authorStefan Vogel <sv@exept.de>
Sat, 25 Jul 2015 01:03:20 +0200
changeset 5379 28ea16ace5ef
parent 5378 d64277a079c1
child 5380 7a8378bfc4ad
class: GenericToolbarIconLibrary changed: #garbageCollect28x28Icon
GenericToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Fri Jul 24 20:09:16 2015 +0200
+++ b/GenericToolbarIconLibrary.st	Sat Jul 25 01:03:20 2015 +0200
@@ -11325,43 +11325,30 @@
 !
 
 garbageCollect28x28Icon
-    <resource: #image>
-    "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."
+    "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 garbageCollect28x28Icon inspect
      ImageEditor openOnClass:self andSelector:#garbageCollect28x28Icon
-     Icon flushCachedIcons"
-    
-    ^ Icon 
-        constantNamed:#'GenericToolbarIconLibrary class garbageCollect28x28Icon'
-        ifAbsentPut:[
-            (Depth4Image new)
-                width:28;
-                height:28;
-                photometric:(#palette);
-                bitsPerSample:(#( 4 ));
-                samplesPerPixel:(1);
-                bits:(ByteArray 
-                            fromPackedString:'
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary garbageCollect28x28Icon'
+        ifAbsentPut:[(Depth4Image new) width:28; height:28; bits:(ByteArray fromPackedString:'
 DQD@@@.;.1D[DQDQD@@QDP@@.;.;,[,@@ADP@ADQ@@.;@@.;.1@@@A@@DQD@B;@@@[.;DCH@D@@QDP@K,@@K.;,Q@2@P@ADQ@K.;@@DQDQDPL @@DQDKB;B0
 @QDQ@@@C@@@QD[B0B0,ADP@"H"@@@ADQ@@@@@@DQ@P@@@0@@DQ@@@@C 8@@ADQL3@@@Q@@@@;.;.@@DCL0H@@@@@@@@NC @@@PLC@ @@@@@@C.;.8@@A@0LB
 @@@@@@@@8N@@@@DC@0H@@@@@B (@@AD@@PLC@ @@@@****@LG@@A@0LB@@@@@JB CL3L0@DC@0H@@@B***(@0L@Q@SLCL @@@@(J@L3L3AD@L"H @@@@@QDQ
 C@0QDQD@@@DP@@@ADQD@@@@QD@@@@@@@@ @B@ @B@@HB@ H@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@B@@H@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@H@@@H@@@@b');
-                colorMapFromArray:#[ 0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 ];
-                mask:((ImageMask new)
-                            width:28;
-                            height:28;
-                            bits:(ByteArray 
-                                        fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@H@@@H@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0]; mask:((ImageMask new) width:28; height:28; bits:(ByteArray fromPackedString:'
 @G1@@@C>0@@A1=0@@XO^@@FG30@C0@^@AZ@? @)P?8@@@O>@@B#? @C<?8@@TO>@@_#? @B ?8@E@O>@G9S? @)>?8@?JO>@EO3? @APO @@@@@@]7]7\DUU
-UDAEUUQ@U7]5\EUUUTAUUUU@]U]W\@@a');
-                            yourself);
-                yourself
-        ]
+UDAEUUQ@U7]5\EUUUTAUUUU@]U]W\@@a') ; yourself); yourself]
 !
 
 help28x28Icon1