#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Thu, 14 Mar 2019 20:04:40 +0100
changeset 6562 81227f5c6bfa
parent 6561 2a359407598e
child 6563 3cbb78c9dc1f
#UI_ENHANCEMENT by cg class: GenericToolbarIconLibrary class added: #terminal16x16Icon1 #terminal16x16Icon2 changed: #pipette16x16Icon #terminal16x16Icon
GenericToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Thu Mar 14 00:24:10 2019 +0100
+++ b/GenericToolbarIconLibrary.st	Thu Mar 14 20:04:40 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2001 by eXept Software AG
               All Rights Reserved
@@ -4387,38 +4389,28 @@
 !
 
 pipette16x16Icon
-    <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 pipette16x16Icon inspect
      ImageEditor openOnClass:self andSelector:#pipette16x16Icon
-     Icon flushCachedIcons"
-    
-    ^ Icon constantNamed:#'GenericToolbarIconLibrary class pipette16x16Icon'
-        ifAbsentPut:[
-            (Depth8Image new)
-                width:16;
-                height:16;
-                photometric:(#palette);
-                bitsPerSample:(#[ 8 ]);
-                samplesPerPixel:(1);
-                bits:(ByteArray 
-                            fromPackedString:'
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary class pipette16x16Icon'
+        ifAbsentPut:[(Depth8Image width:16 height:16) bits:(ByteArray fromPackedString:'
 FQ$[F18^G!!8^G!!8^J"(^G!!\YF1,[G!!8^G!!8^IR (C!!$WFQ([F18^G!!8^IR$*J"TYE1\YF!!,[G!!8YIR *J"$SFQ\WFQ([F1,[IR *J"$TFQ$WE1\YF!!,YFR $
 J" JFQ$YE1\WFQ$YFQ@]JAHCFQ$YFQXWE1\WE1T#I \LFQ$YFQ$UE!!\WE1X&I $YFQ$YFQ$YEQXVFQD&H  YFQ$YFQ$YFQTUEQD&HPPYFQ$YFQ$YFQ,UEQ@''
-H@HYFQ$YFQ$YFQ([FP<&G0DYFQ$YFQ$YFQ$YFP4!!G@@YFQ$YFQ$YE1$WFQ$XBPTYFQ$YFQ$YE1$YE1\WB0XYFQ$YFQ$YFQ$YE1\WE0@a');
-                colorMapFromArray:#[ 48 48 50 48 48 60 64 72 80 80 8 20 80 88 100 88 72 60 96 72 60 96 104 120 96 104 130 112 120 140 120 24 20 120 88 70 128 24 20 128 96 70 136 40 40 136 96 70 136 96 80 136 104 80 144 24 20 144 32 40 144 40 40 144 104 80 144 104 90 144 112 90 144 120 110 152 112 90 152 112 100 152 120 100 152 160 190 160 160 180 168 136 110 168 184 220 176 192 220 184 200 230 192 216 240 200 216 230 208 48 50 208 56 60 216 240 240 224 240 240 240 64 70 240 88 100 240 136 140 ];
-                mask:((ImageMask new)
-                            width:16;
-                            height:16;
-                            bits:(ByteArray 
-                                        fromPackedString:'@@0@G @>@G8@?@C8@_@C8@^@C0@^@C0@^@C0@N@@0@@b');
-                            yourself);
-                yourself
-        ]
+H@HYFQ$YFQ$YFQ([FP4!!G@DYFQ$YFQ$YFQ$YFP@XBPTYFQ$YFQ$YE1$WFQ$@B0XYFQ$YFQ$YE1$YE1\W@@@@FQ$YFQ$YFQ$YE1\WE0@a')
+            colorMapFromArray:#[48 48 50 48 48 60 64 72 80 80 8 20 80 88 100 88 72 60 96 72 60 96 104 120 96 104 130 112 120 140 120 24 20 120 88 70 128 24 20 128 96 70 136 40 40 136 96 70 136 96 80 136 104 80 144 24 20 144 32 40 144 40 40 144 104 80 144 104 90 144 112 90 144 120 110 152 112 90 152 112 100 152 120 100 152 160 190 160 160 180 168 136 110 168 184 220 176 192 220 184 200 230 192 216 240 200 216 230 208 48 50 208 56 60 216 240 240 224 240 240 240 64 70 240 88 100 240 136 140]
+            mask:((ImageMask width:16 height:16) bits:(ByteArray fromPackedString:'@@0@G @>@G8@?@C8@_@C8@^@C0@^@C0@^@A0@F@@@@@b'); yourself); yourself]
 !
 
 printIt16x16Icon
@@ -5615,38 +5607,61 @@
 !
 
 terminal16x16Icon
-    <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."
-    "
-     self terminal16x16Icon inspect
-     ImageEditor openOnClass:self andSelector:#terminal16x16Icon
-     Icon flushCachedIcons"
-    
-    ^ Icon constantNamed:'GenericToolbarIconLibrary terminal16x16Icon'
-        ifAbsentPut:[
-            (Depth8Image new)
-                width:16;
-                height:16;
-                photometric:(#palette);
-                bitsPerSample:(#[ 8 ]);
-                samplesPerPixel:(1);
-                bits:(ByteArray 
-                            fromPackedString:'
+    <resource: #programImage>
+
+    ^ self terminal16x16Icon2
+
+    "Modified: / 14-03-2019 / 19:56:35 / Claus Gittinger"
+!
+
+terminal16x16Icon1
+    "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 terminal16x16Icon1 inspect
+     ImageEditor openOnClass:self andSelector:#terminal16x16Icon1
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary class terminal16x16Icon1'
+        ifAbsentPut:[(Depth8Image width:16 height:16) bits:(ByteArray fromPackedString:'
 A@PDA@PDA@PDA@PDA@PDA@PJB (JB (JB (JB (JB PJGQ4\F1,[F!!$YFA WE!!XJB!!4B@ HB@ HB@ HB@ HVB ([@  HB@ HB@ HB@ BE@(JF0HGA0\GA0\G
 A0\G@!!PJB!!(AA!!4FA XFA XFA DQB (Y@PXFGPXFA XFA XADP(JF@@EAQ4EAPTEAPTE@A@JB!! @AA4DAA4]GPPDA@@OB (V@@LC@0LC@0LC@0L@CP(JE @@
-@@@@@@@@@@@@@@0JB!!TTEALQDQDPC0<MCP0KB (TEAHQDQ@PC08MB $KB0(DB (JB (JB (JB (JB (DA@PDA@PDA@PDA@PDA@PDA@@a');
-                colorMapFromArray:#[ 95 96 104 95 96 120 95 104 120 95 120 168 95 128 168 95 128 176 96 136 184 96 144 200 111 144 200 127 120 120 143 136 136 176 176 176 191 184 176 191 184 184 192 184 184 192 192 184 192 192 200 207 200 200 207 200 208 208 200 208 208 208 208 223 208 208 223 216 216 224 224 216 224 224 224 239 232 224 239 232 240 240 240 240 255 240 248 255 248 248 ];
-                mask:((ImageMask new)
-                            width:16;
-                            height:16;
-                            bits:(ByteArray 
-                                        fromPackedString:'@@A??/???????????????????????????????7?>@@@b');
-                            yourself);
-                yourself
-        ]
+@@@@@@@@@@@@@@0JB!!TTEALQDQDPC0<MCP0KB (TEAHQDQ@PC08MB $KB0(DB (JB (JB (JB (JB (DA@PDA@PDA@PDA@PDA@PDA@@a')
+            colorMapFromArray:#[95 96 104 95 96 120 95 104 120 95 120 168 95 128 168 95 128 176 96 136 184 96 144 200 111 144 200 127 120 120 143 136 136 176 176 176 191 184 176 191 184 184 192 184 184 192 192 184 192 192 200 207 200 200 207 200 208 208 200 208 208 208 208 223 208 208 223 216 216 224 224 216 224 224 224 239 232 224 239 232 240 240 240 240 255 240 248 255 248 248]
+            mask:((ImageMask width:16 height:16) bits:(ByteArray fromPackedString:'@@A??/???????????????????????????????7?>@@@b'); yourself); yourself]
+!
+
+terminal16x16Icon2
+    "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 terminal16x16Icon2 inspect
+     ImageEditor openOnClass:self andSelector:#terminal16x16Icon2
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary class terminal16x16Icon2'
+        ifAbsentPut:[(Depth8Image width:16 height:16) bits:(ByteArray fromPackedString:'
+XVE!!XVE!!XVE!!XVE!!XVE!!XQF)KZ^''):^''):^''):^'')34J)2\''I2\''I2\''I2\''I2^."%0*QD=QC''EL\9EPQ)1^@((''Z7BWEH"_V4D0''*)>KH]/G@2EZQ<M+RUS
+^U>VO3U$Z)$3"YN,VP& JP,@ST:XD''QWF6I6$4\DHVY.#RE-L#(Y%UX+MIL>M(>DA:.+YW\OBI6"H9L.X:X^G!!95]RPZ E*NPD!!H#C&S$9NS%AU NA\P*DA,
+[F0/_G1<LR (P1!!:E''.[)QMBI"X&I"X]@6^PM4,EZG6$_318H$)U  EU :MIN4VAT''JR A^KHE6!!^%!!T&)*Z!! XFA XFA XFA XFA @a')
+            colorMapFromArray:#[78 98 51 127 128 123 166 168 164 63 66 61 87 107 67 143 145 140 50 52 47 59 75 39 132 135 128 111 127 88 151 154 146 85 104 58 89 93 83 126 141 103 102 112 87 123 126 120 113 116 109 68 70 66 139 141 137 66 68 64 151 166 128 42 52 28 107 110 103 115 118 112 72 74 69 145 147 140 73 76 68 82 86 78 181 183 178 66 69 64 47 59 31 127 142 105 113 115 110 66 83 43 133 135 130 54 70 40 32 40 21 123 138 99 67 70 65 181 183 177 21 27 15 92 110 67 99 103 93 81 97 63 99 104 92 194 196 191 52 66 37 25 33 20 143 159 119 46 58 42 81 86 75 88 91 82 119 137 106 90 95 82 72 90 53 112 115 109 71 74 67 48 62 36 129 131 126 117 120 114 136 138 133 147 150 143 160 184 153 58 71 38 70 72 67 145 160 120 67 69 65 18 22 14 105 115 91 126 128 123 96 107 79 195 216 191 40 52 27 93 97 90 132 134 128 91 95 88 100 111 84 79 98 50 52 65 33 104 114 90 97 108 80 103 113 88 123 125 120 117 134 93 92 96 89 131 133 127 79 82 75 177 178 175 107 110 104 115 131 95 126 129 122 147 162 123 184 187 182 112 114 108 106 110 99 100 119 72 28 35 18 0 0 0 94 110 76 46 59 31 145 148 143 40 50 26 65 82 42 69 71 67 141 143 138 131 148 111 161 164 157 92 96 85 20 26 14 44 55 28 66 82 42 166 168 161 154 169 132 101 111 85 120 122 117 99 109 83 151 153 146 48 60 32 113 131 98 78 82 73 134 136 131 110 128 85 113 116 110 151 152 148 59 72 56 140 142 136 90 102 73 137 139 134 116 119 113 124 126 121 137 151 122 123 125 119 59 74 39 132 148 111 59 62 56 159 161 157 150 164 127 127 143 107 170 173 165 114 116 111 40 51 27 66 83 42 161 162 159 59 74 38 99 101 96 98 108 82 118 121 115 179 200 173 41 52 28 173 174 171 95 115 66 153 167 131 87 92 80 181 183 179 68 71 65 98 100 95 72 80 59 165 166 163 142 158 116 148 163 124 107 124 84 112 114 109 72 75 68 101 105 98 139 141 136 65 67 63 46 58 31 207 208 204 154 156 152 143 144 140 140 157 114 60 75 39 131 149 113 124 140 100 160 162 157]
+            mask:((ImageMask width:16 height:16) bits:(ByteArray fromPackedString:'@@@??''????????????????????????????=??3?<@@@b'); yourself); yourself]
 !
 
 top16x16Icon2