XPToolbarIconLibrary.st
changeset 5213 6eec7dc6b94b
parent 5211 1034e5b7c954
child 5223 ca80953a6815
equal deleted inserted replaced
5212:4e0be359bb01 5213:6eec7dc6b94b
   795                             yourself);
   795                             yourself);
   796                 yourself
   796                 yourself
   797         ]
   797         ]
   798 !
   798 !
   799 
   799 
   800 fileBrowser26x24Icon
       
   801     <resource: #image>
       
   802     "This resource specification was automatically generated
       
   803      by the ImageEditor of ST/X."
       
   804     "Do not manually edit this!! If it is corrupted,
       
   805      the ImageEditor may not be able to read the specification."
       
   806     "
       
   807      self fileBrowser26x24Icon inspect
       
   808      ImageEditor openOnClass:self andSelector:#fileBrowser26x24Icon
       
   809      Icon flushCachedIcons"
       
   810     
       
   811     ^ Icon constantNamed:'XPToolbarIconLibrary class fileBrowser26x24Icon'
       
   812         ifAbsentPut:[
       
   813             (Depth8Image new)
       
   814                 width:26;
       
   815                 height:24;
       
   816                 photometric:(#palette);
       
   817                 bitsPerSample:(#[ 8 ]);
       
   818                 samplesPerPixel:(1);
       
   819                 bits:(ByteArray 
       
   820                             fromPackedString:'
       
   821 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ADQDQDQDQDQDQDQDQDQDP@@@@@@@@@@@@@@DQD[F1,[F1,[F1,[
       
   822 F1,[C0(@@@@@@@@@@@@QDQD5MSP4MCP1LSD1LSD1FP0@@@@@@@@@@AD!!MQDLC@0LC@0LC@0LC@0LC@0@@@@@@@@@DR@4M@0C@0LC@0LC@0LC@0LC@0,@@@@@
       
   823 @@@QHCP4C@HCA@\C@0LC@C,;N#(:N#(:N#(@@AD^L3LLA@LG@0LC@0@;OC0<OC0<OC0<N30@DQ83L00-H@LC@0LC@@0LC@0LC@0LC@0LC@0QGSL1CA$YKR@C
       
   824 @0L@CCX3LSD,KB$&I"P CAD[LSDL@@@YFR4-@0@LL3L1I"0)JRX$IB@LDQ,1LC@0KP@@FQ$-H@03LSDVC0(JC2P H@0QF#@0C@0LC@0@@A$YCCL1LR0)JRX$
       
   825 IB@ CADZLB4LMSP1LB4L@@@LLSD,KB$&I"P HB@LDQ$-KP04L3D&KB$)I 0LC@0LC@0LC@0LC@0QFR4-CCP1LAXOB (OIB@ CBXP@@@@@@@@@ADXKB0LL3D0
       
   826 KB$)I"P$HB@LI!!@@@@@@@@@@DQH&I 01LB4,JBX&IB@ H@0 D@@@@@@@@@@QDRX&C@0LC@0LC@0LC@0LCB@P@@@@@@@@@ADQIBP$IBL#H2D HB@ HB@^G!!@@
       
   827 @@@@@@@@E!!@$IBL#H2L!!HR@ HB@ G!!8^D@@@@@@@@@@TEA8PDA@PDA@PDA@PDA@PDA@^@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@');
       
   828                 colorMapFromArray:#[ 0 0 0 72 0 144 54 51 0 55 60 0 64 66 0 70 30 120 0 36 18 78 75 0 87 36 138 6 48 33 103 108 0 12 59 36 127 132 0 66 71 69 12 72 54 151 156 0 160 162 0 168 168 0 174 171 0 175 180 0 184 186 0 90 95 93 183 186 0 187 187 5 184 192 6 192 198 6 200 204 6 209 209 7 0 119 60 203 215 7 213 220 8 137 58 242 221 226 8 231 231 9 120 120 120 222 237 9 232 242 10 123 134 129 238 244 14 132 132 132 226 244 26 232 243 33 135 147 141 0 144 72 236 243 39 243 243 45 144 144 144 165 93 237 222 242 52 228 242 58 148 101 235 233 241 65 240 240 72 215 239 79 222 238 86 227 237 93 0 179 90 0 180 90 0 191 96 8 254 255 56 237 255 ];
       
   829                 mask:((ImageMask new)
       
   830                             width:26;
       
   831                             height:24;
       
   832                             bits:(ByteArray 
       
   833                                         fromPackedString:'@@@@@@@@@@C?? @@??>@@O??0@C??>@@???0@O???0C???>@????0O???<C????@????0O???<C????@????0O??8@C??>@@??? @O??8@C??>@@_?? @C??
       
   834 8@@@@@@@');
       
   835                             yourself);
       
   836                 yourself
       
   837         ]
       
   838 !
       
   839 
       
   840 fileContents19x22Icon
   800 fileContents19x22Icon
   841     <resource: #image>
   801     <resource: #image>
   842     "This resource specification was automatically generated
   802     "This resource specification was automatically generated
   843      by the ImageEditor of ST/X."
   803      by the ImageEditor of ST/X."
   844     "Do not manually edit this!! If it is corrupted,
   804     "Do not manually edit this!! If it is corrupted,
  1395                             yourself);
  1355                             yourself);
  1396                 yourself
  1356                 yourself
  1397         ]
  1357         ]
  1398 !
  1358 !
  1399 
  1359 
  1400 newImage22x22Icon
       
  1401     <resource: #image>
       
  1402     "This resource specification was automatically generated
       
  1403      by the ImageEditor of ST/X."
       
  1404     "Do not manually edit this!! If it is corrupted,
       
  1405      the ImageEditor may not be able to read the specification."
       
  1406     "
       
  1407      self newImage22x22Icon inspect
       
  1408      ImageEditor openOnClass:self andSelector:#newImage22x22Icon
       
  1409      Icon flushCachedIcons"
       
  1410     
       
  1411     ^ Icon constantNamed:'XPToolbarIconLibrary class newImage22x22Icon'
       
  1412         ifAbsentPut:[
       
  1413             (Depth8Image new)
       
  1414                 width:22;
       
  1415                 height:22;
       
  1416                 photometric:(#palette);
       
  1417                 bitsPerSample:(#[ 8 ]);
       
  1418                 samplesPerPixel:(1);
       
  1419                 bits:(ByteArray 
       
  1420                             fromPackedString:'
       
  1421 @@@@@@@@@@@@@@@@@@@@@@0@@@@@@@@@@@@@@@@@@@@@@@@@@@0MC@@@@@@@@@LC@0LC@0LC@0LLC@LLC 0CC@0@@@@C@0LC@0LC@0LLC1@LDADPCA@OC@@@
       
  1422 @0LC@ HB@ HB@ 0RD1PUEALRC@@@@@LC@ HB@ HB@ HICA@UAQTPC@@@@@@C@ HB@ HD@ HD@ 0PEPTUD@0@@@@@@0HB@ HB@ HB@ 0RD1PUEALRC@@@@@LB
       
  1423 A@HB@ HB@ 0OD@0PDQ@LD@<L@@@C@ HB@ HBA@HDC@0BC@8L@00L@@@@@0HB@ HD@ HB@ HB@ 0MC@L@@@@@@@LB@ HB@ HB@ HB@ HCC@LC@@@@@@@C@0HB
       
  1424 @ HB@ HD@ HB@0LC@0@@@@@@@0HD@ HB@ HB@ HB@ LC@0L@@@@@@@LB@ HB@PDA@ HB@0LC@0LC@@@@@@@C@0HB@ HA@PHB@0LC@0LC@0@@@@@@@0LC@0LC
       
  1425 @PDC@0LC@0LC@0L@@@@@@@LC@0LC@0DA@0LC@0LC@0LC@@@@@@@DA@PDA@PA@PPDA@PDA@LC@0@@@@@@A@PDA@PDA@PDA@PDA@PDA@P@@@@@@@@@@@@@@@@@
       
  1426 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
       
  1427                 colorMapFromArray:#[ 87 87 87 133 60 36 0 206 0 174 218 230 0 137 0 255 248 248 207 216 240 240 240 248 239 232 240 240 240 240 48 88 176 224 224 232 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200 ];
       
  1428                 mask:((ImageMask new)
       
  1429                             width:22;
       
  1430                             height:22;
       
  1431                             bits:(ByteArray 
       
  1432                                         fromPackedString:'@@BC_??3_??;_???_??;_??3_??3_??;_???_??;_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3@@@C');
       
  1433                             yourself);
       
  1434                 yourself
       
  1435         ]
       
  1436 !
       
  1437 
       
  1438 openEditApplicationIcon
  1360 openEditApplicationIcon
  1439     <resource:#programImage>
  1361     <resource:#programImage>
  1440     ^ self openEditApplication32x32Icon
  1362     ^ self openEditApplication32x32Icon
  1441 !
  1363 !
  1442 
  1364 
  1543                 mask:((ImageMask new)
  1465                 mask:((ImageMask new)
  1544                             width:14;
  1466                             width:14;
  1545                             height:14;
  1467                             height:14;
  1546                             bits:(ByteArray 
  1468                             bits:(ByteArray 
  1547                                         fromPackedString:'_?/???????????????????????????????=?>0@a');
  1469                                         fromPackedString:'_?/???????????????????????????????=?>0@a');
  1548                             yourself);
       
  1549                 yourself
       
  1550         ]
       
  1551 !
       
  1552 
       
  1553 sUnit24x24Icon
       
  1554     <resource: #image>
       
  1555     "This resource specification was automatically generated
       
  1556      by the ImageEditor of ST/X."
       
  1557     "Do not manually edit this!! If it is corrupted,
       
  1558      the ImageEditor may not be able to read the specification."
       
  1559     "
       
  1560      self sUnit24x24Icon inspect
       
  1561      ImageEditor openOnClass:self andSelector:#sUnit24x24Icon
       
  1562      Icon flushCachedIcons"
       
  1563     
       
  1564     ^ Icon constantNamed:'XPToolbarIconLibrary sUnit24x24Icon'
       
  1565         ifAbsentPut:[
       
  1566             (Depth4Image new)
       
  1567                 width:22;
       
  1568                 height:22;
       
  1569                 photometric:(#palette);
       
  1570                 bitsPerSample:(#[ 4 ]);
       
  1571                 samplesPerPixel:(1);
       
  1572                 bits:(ByteArray 
       
  1573                             fromPackedString:'
       
  1574 AEUUUUUUUUUUUTAEH"H"H"H"H"H"UEH"H"H"H"H"H"\5T"H"H"H"H"H"\3URH"H"H"H"H"\3MUH"H"H"H"H"\3L5T"H"H"H"H!!DCL3URH"H"H"H!!DEL3MUH"
       
  1575 HQH"H!!D@T3L5T"H DRH!!D@T3L3URH"HAD!!D@T3L3MUH"H @QD@T3L3L5T"H"T@D@T3L3L3URH"H%@@T3L3L3MUH"H"]PT3L3L3L5T"H"\3T3L3L3L3URH"\3
       
  1576 L3L3L3L3MUH"\3L3L3L3L3L5T"\3L3L3L3L3L3UR\3L3L3L3L3L3MTT3L3L3L3L3L3MTAEUUUUUUUUUUUT@b');
       
  1577                 colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 0 255 0 170 170 170 127 127 127 127 127 127 214 132 0 ];
       
  1578                 mask:((ImageMask new)
       
  1579                             width:22;
       
  1580                             height:22;
       
  1581                             bits:(ByteArray 
       
  1582                                         fromPackedString:'_??8???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<_??8');
       
  1583                             yourself);
  1470                             yourself);
  1584                 yourself
  1471                 yourself
  1585         ]
  1472         ]
  1586 !
  1473 !
  1587 
  1474 
  1691                 mask:((ImageMask new)
  1578                 mask:((ImageMask new)
  1692                             width:19;
  1579                             width:19;
  1693                             height:26;
  1580                             height:26;
  1694                             bits:(ByteArray 
  1581                             bits:(ByteArray 
  1695                                         fromPackedString:'@@O@@@_ ??? ??? ???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@@@@@@@@@@@@@');
  1582                                         fromPackedString:'@@O@@@_ ??? ??? ???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@???@@@@@@@@@@@@@');
  1696                             yourself);
       
  1697                 yourself
       
  1698         ]
       
  1699 !
       
  1700 
       
  1701 viewInspect22x22Icon
       
  1702     <resource: #image>
       
  1703     "This resource specification was automatically generated
       
  1704      by the ImageEditor of ST/X."
       
  1705     "Do not manually edit this!! If it is corrupted,
       
  1706      the ImageEditor may not be able to read the specification."
       
  1707     "
       
  1708      self viewInspect22x22Icon inspect
       
  1709      ImageEditor openOnClass:self andSelector:#viewInspect22x22Icon
       
  1710      Icon flushCachedIcons"
       
  1711     
       
  1712     ^ Icon constantNamed:'XPToolbarIconLibrary class viewInspect22x22Icon'
       
  1713         ifAbsentPut:[
       
  1714             (Depth8Image new)
       
  1715                 width:22;
       
  1716                 height:22;
       
  1717                 photometric:(#palette);
       
  1718                 bitsPerSample:(#[ 8 ]);
       
  1719                 samplesPerPixel:(1);
       
  1720                 bits:(ByteArray 
       
  1721                             fromPackedString:'
       
  1722 \GA0\GA0\GA0\GA0\GA0\GA0\GA0\C@:PS09MSH*HQ8\F!! TD1@OB0(IA@D:\''A#W55UR4]@NB<_F1\RC  GA0TBP&=%XE9YS$%DO#P)GQ$UDP0GA0\F@4*-
       
  1723 ):Z%)IZU%INF!!XRB\7E.ZFQ"XQY\</K2</K2<)9)Y61>!!:#+:^[#8M .V?K2</K2<''V@(*>0+I6A^;[#8M;RKU+2</K2<("7-[V5-[V5.XM,-.C^4"-X<$A@
       
  1724 PH&3X6M#X6M#X6M#''V''\6,0(U?I@''JB6-+Z6-+Z6-+Z6X;V]#]WHI%[2PI2O*+Z6-+Z6-+Z6-&N5''V[U2BQT<$B\"[B6-+Z6-+Z6-+Y#-[U+3<L#T?I@''H&5
       
  1725 -+Z6-+Z6-+Z6X;V5]<7AH%K2PI2I,KZ6-+Z6-+Z6-&N5-W_M0RAQ<$A@"*N6-+Z6-+Z6-+Y#-[U''2[8 TOK2<)>Q-+Z6-+Z6-+Z6X;V!!]LZ=HD?23<?O^Y66
       
  1726 -+Z6-+Z6-&N5]+[F/RAM<,?O3759(6M#X6M#X6M##)''D0+, SN#15;I<Z''&5-[V5-[V)#)*=/K.9HB_0;.61^+,;_&58_9BN&::;.;.;.070;>6?%80 HB@
       
  1727 HB@ HB@ HB@ HB@ ;>6?&H-0\GA0\GA0\GA0\GA0\GA0\@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
       
  1728                 colorMapFromArray:#[ 0 0 0 0 50 164 0 50 171 1 50 177 2 56 178 3 64 241 3 67 246 3 73 255 4 74 255 5 63 191 7 66 194 10 71 196 10 79 255 12 59 167 12 82 255 14 77 199 18 83 201 19 88 255 21 91 255 23 89 204 27 95 206 28 97 255 29 72 179 30 100 255 32 101 209 36 106 255 36 107 211 39 109 255 41 113 214 45 115 255 45 119 216 48 118 255 50 87 176 50 125 219 51 88 176 51 88 177 52 89 178 52 90 178 53 90 178 53 127 212 54 91 179 54 123 255 54 131 221 55 92 180 55 95 181 56 93 180 56 94 181 57 127 255 57 149 229 58 99 184 58 137 224 61 104 187 63 132 255 63 143 226 64 108 190 66 113 193 66 135 255 67 149 229 68 157 232 69 117 196 71 155 231 72 122 199 72 141 255 75 126 202 75 144 255 75 160 234 77 163 236 78 131 206 80 149 255 81 136 209 84 140 212 84 153 255 87 145 215 88 157 255 91 168 235 93 161 255 94 154 222 96 157 223 96 165 255 97 159 225 98 160 225 98 162 226 99 163 227 100 165 228 101 166 229 101 170 255 102 167 230 103 169 231 104 170 232 104 173 255 105 172 233 105 174 234 106 175 235 109 178 255 112 180 255 117 186 255 119 187 255 122 154 245 125 160 253 125 193 255 126 161 253 126 194 255 127 127 175 127 128 175 127 162 254 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 130 165 254 132 200 255 132 201 255 135 170 255 139 207 255 140 175 255 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 179 255 144 191 239 149 184 255 153 188 255 157 192 255 159 159 192 159 160 192 159 160 207 159 160 208 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 162 196 255 166 200 255 170 204 255 174 208 255 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 177 212 255 181 215 255 185 219 255 188 222 255 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 225 255 192 192 208 192 239 255 192 240 255 207 143 95 207 207 191 207 223 239 207 239 240 207 255 255 208 208 223 208 224 239 208 255 255 212 211 224 217 217 217 218 217 230 219 219 230 220 220 231 222 221 232 223 128 63 223 255 255 225 225 234 226 226 237 227 227 236 227 227 238 228 228 237 229 229 239 231 230 238 231 231 238 231 231 240 232 232 241 233 232 239 233 233 240 234 234 242 235 234 241 236 236 243 237 236 242 237 237 244 238 237 243 239 238 243 239 239 240 239 239 245 239 255 255 240 207 144 240 239 244 241 240 245 241 241 246 242 242 246 242 242 247 243 243 247 244 244 248 245 244 247 246 246 249 246 246 250 247 246 249 247 247 250 248 248 251 249 249 250 249 249 251 249 249 252 250 250 251 251 251 252 251 251 253 253 253 254 254 254 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255 ];
       
  1729                 mask:((ImageMask new)
       
  1730                             width:22;
       
  1731                             height:22;
       
  1732                             bits:(ByteArray 
       
  1733                                         fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????????>@@C');
       
  1734                             yourself);
  1583                             yourself);
  1735                 yourself
  1584                 yourself
  1736         ]
  1585         ]
  1737 ! !
  1586 ! !
  1738 
  1587 
  3751                             yourself);
  3600                             yourself);
  3752                 yourself
  3601                 yourself
  3753         ]
  3602         ]
  3754 !
  3603 !
  3755 
  3604 
       
  3605 newImage22x22Icon
       
  3606     <resource: #image>
       
  3607     "This resource specification was automatically generated
       
  3608      by the ImageEditor of ST/X."
       
  3609     "Do not manually edit this!! If it is corrupted,
       
  3610      the ImageEditor may not be able to read the specification."
       
  3611     "
       
  3612      self newImage22x22Icon inspect
       
  3613      ImageEditor openOnClass:self andSelector:#newImage22x22Icon
       
  3614      Icon flushCachedIcons"
       
  3615     
       
  3616     ^ Icon constantNamed:'XPToolbarIconLibrary class newImage22x22Icon'
       
  3617         ifAbsentPut:[
       
  3618             (Depth8Image new)
       
  3619                 width:22;
       
  3620                 height:22;
       
  3621                 photometric:(#palette);
       
  3622                 bitsPerSample:(#[ 8 ]);
       
  3623                 samplesPerPixel:(1);
       
  3624                 bits:(ByteArray 
       
  3625                             fromPackedString:'
       
  3626 @@@@@@@@@@@@@@@@@@@@@@0@@@@@@@@@@@@@@@@@@@@@@@@@@@0MC@@@@@@@@@LC@0LC@0LC@0LLC@LLC 0CC@0@@@@C@0LC@0LC@0LLC1@LDADPCA@OC@@@
       
  3627 @0LC@ HB@ HB@ 0RD1PUEALRC@@@@@LC@ HB@ HB@ HICA@UAQTPC@@@@@@C@ HB@ HD@ HD@ 0PEPTUD@0@@@@@@0HB@ HB@ HB@ 0RD1PUEALRC@@@@@LB
       
  3628 A@HB@ HB@ 0OD@0PDQ@LD@<L@@@C@ HB@ HBA@HDC@0BC@8L@00L@@@@@0HB@ HD@ HB@ HB@ 0MC@L@@@@@@@LB@ HB@ HB@ HB@ HCC@LC@@@@@@@C@0HB
       
  3629 @ HB@ HD@ HB@0LC@0@@@@@@@0HD@ HB@ HB@ HB@ LC@0L@@@@@@@LB@ HB@PDA@ HB@0LC@0LC@@@@@@@C@0HB@ HA@PHB@0LC@0LC@0@@@@@@@0LC@0LC
       
  3630 @PDC@0LC@0LC@0L@@@@@@@LC@0LC@0DA@0LC@0LC@0LC@@@@@@@DA@PDA@PA@PPDA@PDA@LC@0@@@@@@A@PDA@PDA@PDA@PDA@PDA@P@@@@@@@@@@@@@@@@@
       
  3631 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
       
  3632                 colorMapFromArray:#[ 87 87 87 133 60 36 0 206 0 174 218 230 0 137 0 255 248 248 207 216 240 240 240 248 239 232 240 240 240 240 48 88 176 224 224 232 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200 ];
       
  3633                 mask:((ImageMask new)
       
  3634                             width:22;
       
  3635                             height:22;
       
  3636                             bits:(ByteArray 
       
  3637                                         fromPackedString:'@@BC_??3_??;_???_??;_??3_??3_??;_???_??;_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3@@@C');
       
  3638                             yourself);
       
  3639                 yourself
       
  3640         ]
       
  3641 !
       
  3642 
  3756 newItem22x22Icon
  3643 newItem22x22Icon
  3757     "This resource specification was automatically generated
  3644     "This resource specification was automatically generated
  3758      by the ImageEditor of ST/X."
  3645      by the ImageEditor of ST/X."
  3759 
  3646 
  3760     "Do not manually edit this!! If it is corrupted,
  3647     "Do not manually edit this!! If it is corrupted,
  4448                             yourself);
  4335                             yourself);
  4449                 yourself
  4336                 yourself
  4450         ]
  4337         ]
  4451 !
  4338 !
  4452 
  4339 
       
  4340 viewInspect22x22Icon
       
  4341     <resource: #image>
       
  4342     "This resource specification was automatically generated
       
  4343      by the ImageEditor of ST/X."
       
  4344     "Do not manually edit this!! If it is corrupted,
       
  4345      the ImageEditor may not be able to read the specification."
       
  4346     "
       
  4347      self viewInspect22x22Icon inspect
       
  4348      ImageEditor openOnClass:self andSelector:#viewInspect22x22Icon
       
  4349      Icon flushCachedIcons"
       
  4350     
       
  4351     ^ Icon constantNamed:'XPToolbarIconLibrary class viewInspect22x22Icon'
       
  4352         ifAbsentPut:[
       
  4353             (Depth8Image new)
       
  4354                 width:22;
       
  4355                 height:22;
       
  4356                 photometric:(#palette);
       
  4357                 bitsPerSample:(#[ 8 ]);
       
  4358                 samplesPerPixel:(1);
       
  4359                 bits:(ByteArray 
       
  4360                             fromPackedString:'
       
  4361 \GA0\GA0\GA0\GA0\GA0\GA0\GA0\C@:PS09MSH*HQ8\F!! TD1@OB0(IA@D:\''A#W55UR4]@NB<_F1\RC  GA0TBP&=%XE9YS$%DO#P)GQ$UDP0GA0\F@4*-
       
  4362 ):Z%)IZU%INF!!XRB\7E.ZFQ"XQY\</K2</K2<)9)Y61>!!:#+:^[#8M .V?K2</K2<''V@(*>0+I6A^;[#8M;RKU+2</K2<("7-[V5-[V5.XM,-.C^4"-X<$A@
       
  4363 PH&3X6M#X6M#X6M#''V''\6,0(U?I@''JB6-+Z6-+Z6-+Z6X;V]#]WHI%[2PI2O*+Z6-+Z6-+Z6-&N5''V[U2BQT<$B\"[B6-+Z6-+Z6-+Y#-[U+3<L#T?I@''H&5
       
  4364 -+Z6-+Z6-+Z6X;V5]<7AH%K2PI2I,KZ6-+Z6-+Z6-&N5-W_M0RAQ<$A@"*N6-+Z6-+Z6-+Y#-[U''2[8 TOK2<)>Q-+Z6-+Z6-+Z6X;V!!]LZ=HD?23<?O^Y66
       
  4365 -+Z6-+Z6-&N5]+[F/RAM<,?O3759(6M#X6M#X6M##)''D0+, SN#15;I<Z''&5-[V5-[V)#)*=/K.9HB_0;.61^+,;_&58_9BN&::;.;.;.070;>6?%80 HB@
       
  4366 HB@ HB@ HB@ HB@ ;>6?&H-0\GA0\GA0\GA0\GA0\GA0\@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
       
  4367                 colorMapFromArray:#[ 0 0 0 0 50 164 0 50 171 1 50 177 2 56 178 3 64 241 3 67 246 3 73 255 4 74 255 5 63 191 7 66 194 10 71 196 10 79 255 12 59 167 12 82 255 14 77 199 18 83 201 19 88 255 21 91 255 23 89 204 27 95 206 28 97 255 29 72 179 30 100 255 32 101 209 36 106 255 36 107 211 39 109 255 41 113 214 45 115 255 45 119 216 48 118 255 50 87 176 50 125 219 51 88 176 51 88 177 52 89 178 52 90 178 53 90 178 53 127 212 54 91 179 54 123 255 54 131 221 55 92 180 55 95 181 56 93 180 56 94 181 57 127 255 57 149 229 58 99 184 58 137 224 61 104 187 63 132 255 63 143 226 64 108 190 66 113 193 66 135 255 67 149 229 68 157 232 69 117 196 71 155 231 72 122 199 72 141 255 75 126 202 75 144 255 75 160 234 77 163 236 78 131 206 80 149 255 81 136 209 84 140 212 84 153 255 87 145 215 88 157 255 91 168 235 93 161 255 94 154 222 96 157 223 96 165 255 97 159 225 98 160 225 98 162 226 99 163 227 100 165 228 101 166 229 101 170 255 102 167 230 103 169 231 104 170 232 104 173 255 105 172 233 105 174 234 106 175 235 109 178 255 112 180 255 117 186 255 119 187 255 122 154 245 125 160 253 125 193 255 126 161 253 126 194 255 127 127 175 127 128 175 127 162 254 128 128 175 128 143 175 128 143 176 128 143 191 128 144 191 130 165 254 132 200 255 132 201 255 135 170 255 139 207 255 140 175 255 143 143 176 143 143 191 143 144 191 143 159 191 143 159 192 143 159 207 144 143 143 144 144 191 144 159 160 144 159 191 144 159 192 144 160 192 144 160 207 144 160 208 144 179 255 144 191 239 149 184 255 153 188 255 157 192 255 159 159 192 159 160 192 159 160 207 159 160 208 160 128 144 160 144 159 160 160 191 160 175 207 160 175 208 160 176 208 160 191 224 160 192 224 162 196 255 166 200 255 170 204 255 174 208 255 175 111 80 175 111 95 175 160 192 175 175 192 175 175 207 175 191 223 175 208 240 176 176 207 176 176 208 176 191 208 176 208 224 176 208 239 176 223 240 177 212 255 181 215 255 185 219 255 188 222 255 191 191 208 191 207 224 191 223 239 191 224 240 191 224 255 191 225 255 192 192 208 192 239 255 192 240 255 207 143 95 207 207 191 207 223 239 207 239 240 207 255 255 208 208 223 208 224 239 208 255 255 212 211 224 217 217 217 218 217 230 219 219 230 220 220 231 222 221 232 223 128 63 223 255 255 225 225 234 226 226 237 227 227 236 227 227 238 228 228 237 229 229 239 231 230 238 231 231 238 231 231 240 232 232 241 233 232 239 233 233 240 234 234 242 235 234 241 236 236 243 237 236 242 237 237 244 238 237 243 239 238 243 239 239 240 239 239 245 239 255 255 240 207 144 240 239 244 241 240 245 241 241 246 242 242 246 242 242 247 243 243 247 244 244 248 245 244 247 246 246 249 246 246 250 247 246 249 247 247 250 248 248 251 249 249 250 249 249 251 249 249 252 250 250 251 251 251 252 251 251 253 253 253 254 254 254 255 255 175 79 255 191 80 255 191 95 255 207 144 255 208 159 255 255 255 ];
       
  4368                 mask:((ImageMask new)
       
  4369                             width:22;
       
  4370                             height:22;
       
  4371                             bits:(ByteArray 
       
  4372                                         fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????????>@@C');
       
  4373                             yourself);
       
  4374                 yourself
       
  4375         ]
       
  4376 !
       
  4377 
  4453 viewNoDetails22x22Icon
  4378 viewNoDetails22x22Icon
  4454     <resource: #image>
  4379     <resource: #image>
  4455     "This resource specification was automatically generated
  4380     "This resource specification was automatically generated
  4456      by the ImageEditor of ST/X."
  4381      by the ImageEditor of ST/X."
  4457     "Do not manually edit this!! If it is corrupted,
  4382     "Do not manually edit this!! If it is corrupted,
  4607                             yourself);
  4532                             yourself);
  4608                 yourself
  4533                 yourself
  4609         ]
  4534         ]
  4610 !
  4535 !
  4611 
  4536 
       
  4537 home24x24Icon
       
  4538     "This resource specification was automatically generated
       
  4539      by the ImageEditor of ST/X."
       
  4540 
       
  4541     "Do not manually edit this!! If it is corrupted,
       
  4542      the ImageEditor may not be able to read the specification."
       
  4543 
       
  4544     "
       
  4545      self home24x24Icon inspect
       
  4546      ImageEditor openOnClass:self andSelector:#home24x24Icon
       
  4547      Icon flushCachedIcons
       
  4548     "
       
  4549 
       
  4550     <resource: #image>
       
  4551 
       
  4552     ^Icon
       
  4553         constantNamed:'XPToolbarIconLibrary home24x24Icon'
       
  4554         ifAbsentPut:[(Depth8Image new) width:24; height:24; bits:(ByteArray fromPackedString:'
       
  4555 O3<?O3<?O3<?O3<?O3=EI"X5O3<?O3<?O3<?O3<?O3<>N3<?O3<%E1HPO3<?O3<?O3<?O3<?O0\GA3(''@C<%E28PO3<?O3<?O3<?O3<?N \GN!! XFA GP LP
       
  4556 O3<?O3<?O3<?O3<:A0\XFB\XF@\GM3\PO3<?O3<?O3<?O0\GA1 XFA XA0\7N#DCKC<?O3<?O3<?A0\GFA XFC(GA3\:H3H]JTT?O3<?O3<GA3(XFA XN \G
       
  4557 M0\#C2<_GR%EO3<?O0\GN!! XFA :A3\7N"LOK0,KEBX&MS<?O \:FA XFC(GM3\:H2</EP,TECL!!I",?O1LXFA XA0\7M4HYBP<UB1PTL11CQ$X?O0HSFA G
       
  4558 A3\7P!!$IC1TKEAP3GA1APTX?O0HVJA4GM3]BC (/EP,KECL\G@EAOCX?O0H<PB ]P$HFBR<UB1P0J!!9F@TD<OCX?O0IGP@TVQDPVC1TKEAP"H"HZPS0<OCX?
       
  4559 O0HVAPTVE  <EP4TECL"H"HZOC1GQ3X?O0IGOAXVE" VB0,TL10"H"HZOC0<Q3X?O3<BAQXVBDPVB1PTGA0"H"H8OD]GQ3X?O3<?CAXHJDP(ECL3GDD"H"H6
       
  4560 Q4]GJCX?O3<?O01DQDP(ICL\@TDQDQ)FQ0HLNDX?O3<?O3<LKTP(L10APS0ZM#X6Q#$?O3<?O3<?O3<?Q!!-DG@D4@#$DHC<?O3<?O3<?O3<?O3<?O3$=M!!(9
       
  4561 O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?O3<?') ; colorMapFromArray:#[255 227 154 199 228 240 160 180 218 224 128 58 153 154 204 171 215 254 183 188 202 255 175 75 154 204 254 250 250 253 247 250 254 231 239 246 148 168 214 233 244 254 249 239 209 243 249 254 241 130 102 116 120 164 247 90 41 171 184 198 223 234 245 236 243 248 163 209 243 154 1 2 254 198 97 249 239 223 118 129 180 135 168 220 209 227 243 203 175 133 160 166 205 240 240 248 187 188 214 163 143 171 102 107 152 253 246 240 215 235 254 204 127 124 166 130 141 253 210 112 161 200 234 171 113 93 181 197 216 211 215 222 230 217 192 142 177 227 222 50 7 245 246 249 205 209 228 239 169 152 254 254 240 216 228 239 190 205 229 228 205 209 133 142 186 254 156 57 130 140 161 171 171 200 252 178 93 245 230 190 183 217 237 130 154 203 244 219 172 0 0 0 183 232 253 204 218 236 237 147 68 212 219 234 146 189 237 220 198 190 149 152 191 170 211 227]; mask:((Depth1Image new) width:24; height:24; bits:(ByteArray fromPackedString:'@@O@@LO@@_/@@??@A??@C?? G??0O??8_??<???>_??>_??>_??>_??>_??>_??>_??>O??>G??>C??>A??0@?<@@_@@@@@@') ; yourself); yourself]
       
  4562 !
       
  4563 
  4612 left2Arrow24x24Icon
  4564 left2Arrow24x24Icon
  4613     <resource: #image>
  4565     <resource: #image>
  4614     "This resource specification was automatically generated
  4566     "This resource specification was automatically generated
  4615      by the ImageEditor of ST/X."
  4567      by the ImageEditor of ST/X."
  4616 
  4568 
  4687                             yourself);
  4639                             yourself);
  4688                 yourself
  4640                 yourself
  4689         ]
  4641         ]
  4690 !
  4642 !
  4691 
  4643 
       
  4644 leftArrow24x24Icon2
       
  4645     "This resource specification was automatically generated
       
  4646      by the ImageEditor of ST/X."
       
  4647 
       
  4648     "Do not manually edit this!! If it is corrupted,
       
  4649      the ImageEditor may not be able to read the specification."
       
  4650 
       
  4651     "
       
  4652      self leftArrow24x24Icon2 inspect
       
  4653      ImageEditor openOnClass:self andSelector:#leftArrow24x24Icon2
       
  4654      Icon flushCachedIcons
       
  4655     "
       
  4656 
       
  4657     <resource: #image>
       
  4658 
       
  4659     ^Icon
       
  4660         constantNamed:'XPToolbarIconLibrary leftArrow24x24Icon2'
       
  4661         ifAbsentPut:[(Depth8Image new) width:24; height:24; bits:(ByteArray fromPackedString:'
       
  4662 E1\WE1\WE1\WE1\WE1\WE1\WE1\WE1\WE1\WE1\WE1\UB0TEAP,KGQ\WE1\WE1\WE1\WE1\''E@TKEQTUEQHOA@PUE1\WE1\WE1\WE1<EEA< GQ4VEAHRD <D
       
  4663 B!!\WE1\WE1\WGPT]G14]EQPTD!!HRD!!HRA@(WE1\WE1\%AQ4]GQTVEA$ HAHRD!!HRD  NE1\WE1\KEA4]EQXRE"4/K1XRD!!HRD!!HCGA\WE14EGQTVEAHYK"</
       
  4664 K1PRD!!HRD!!HO@1\WE0,TEQPRD!!P/K2</GQHRD!!HRD!!HO@1(WG0@TEAHRE"0/K2<]D!!HRD!!HRC0<OB@8WG0TRD!!HTJ2</K2 ]GQ4 GQ4]E@<OB 0WG0PRD!!X,
       
  4665 K2</K2</K2<.K"</GP<IBPHWG0PRD!!P*K2</K2</K2</K2</GP$IA@HWG0PRD!!HVJ2</K2@]GQ4]GQ4]E@$IA@HWI0@RD!!HREB(/K28TC0<OBP$IBP$I@04W
       
  4666 E0 OD!!HRD!!P.K2<*E@<IBP$IBPTE@!!LWE1THD!!HRD!!HTJ"</JP<IBP$IAPTE@RXWE2XCC1HOC0<OEB$/K14IBPTEAPTBDQ\WE1\X@0<OC0<OBQH)JQPEAPTE
       
  4667 AP@AI!!\WE1\WD@LOC0$IBP$IBPTEAPTE@@D^E1\WE1\WE08BBP$IBP$EAPTEAPTB@Q,WE1\WE1\WE1\X@ LDBPTEAPT@@0DFH1\WE1\WE1\WE1\WEQLG@PHB
       
  4668 @ DAA!!,WE1\WE1\WE1\WE1\WE1\WIBH!!H"HWE1\WE1\WE1\W') ; colorMapFromArray:#[0 156 0 8 82 0 8 115 8 24 131 16 24 164 16 24 180 8 41 90 32 41 123 41 49 156 24 49 180 24 57 164 32 57 197 57 65 139 41 65 139 65 74 172 74 82 189 32 98 164 106 106 139 98 106 197 49 115 172 123 115 205 74 123 205 123 131 222 90 131 238 106 139 189 139 148 180 82 156 197 164 164 164 164 172 205 172 172 222 148 180 180 180 180 230 189 189 230 172 197 197 197 197 213 189 205 205 205 205 222 205 205 238 213 222 230 222 222 238 222 222 246 213 238 246 238 246 246 238 246 246 246 255 246 238 255 255 238 255 255 246 255 255 255]; mask:((Depth1Image new) width:24; height:24; bits:(ByteArray fromPackedString:'@@@@@O<@A??@C?? G??0O??8O??<_??<_??>???>???>???>???>???>???>_??>_??>_??<O??<G??8C??0A?? @?>@@G0@') ; yourself); yourself]
       
  4669 !
       
  4670 
  4692 leftArrow24x24disabledIcon
  4671 leftArrow24x24disabledIcon
  4693     <resource: #image>
  4672     <resource: #image>
  4694     "This resource specification was automatically generated
  4673     "This resource specification was automatically generated
  4695      by the ImageEditor of ST/X."
  4674      by the ImageEditor of ST/X."
  4696     "Do not manually edit this!! If it is corrupted,
  4675     "Do not manually edit this!! If it is corrupted,
  4805                             yourself);
  4784                             yourself);
  4806                 yourself
  4785                 yourself
  4807         ]
  4786         ]
  4808 !
  4787 !
  4809 
  4788 
       
  4789 rightArrow24x24Icon2
       
  4790     "This resource specification was automatically generated
       
  4791      by the ImageEditor of ST/X."
       
  4792 
       
  4793     "Do not manually edit this!! If it is corrupted,
       
  4794      the ImageEditor may not be able to read the specification."
       
  4795 
       
  4796     "
       
  4797      self rightArrow24x24Icon2 inspect
       
  4798      ImageEditor openOnClass:self andSelector:#rightArrow24x24Icon2
       
  4799      Icon flushCachedIcons
       
  4800     "
       
  4801 
       
  4802     <resource: #image>
       
  4803 
       
  4804     ^Icon
       
  4805         constantNamed:'XPToolbarIconLibrary rightArrow24x24Icon2'
       
  4806         ifAbsentPut:[(Depth8Image new) width:24; height:24; bits:(ByteArray fromPackedString:'
       
  4807 E1\WE1\WE1\WE1\WE1\WE1\WE1\WE1\WE1\WE1\WE1\UB0TEAP,KGQ\WE1\WE1\WE1\WE1\''E@TKEQTUEQHOA@PUE1\WE1\WE1\WE1<EEA< GQ4VEAHRD <D
       
  4808 B!!\WE1\WE1\WGPT]G14]EQPTD!!HRD!!HRA@(WE1\WE1\%AQ5@L#H0MST2PCT3L3L3L0 NE1\WE1\KEA42LC85L388LTD5L3L3L1HCGA\WE14EGQT0MSL3L3AB
       
  4809 LS!!AMSL3L1HO@1\WE0,TEQP5L3L3L3L2NR<6PSL3L1HO@1(WG0@TEAH3L3L3L3L3L#,8LTD3L0<OB@8WG0TRL3L0PCH2PCH2L$D/NB=AL0<OB 0WG0PRL3L2
       
  4810 P#X/N3X/K2<6NCX/PP<IBPHWG0PRL3L2K3 1K2<1K3 /NB<1O@$IA@HWG0PRL3L0PCH2L#H2L$@/NB<<L0$IA@HWI0@RD!!H3L3L3L3L3MS06NS03M0$I@04W
       
  4811 E0 OD!!H3L3L3MCP5OC /P3L7M0TE@!!LWE1THD!!H3L3L4MCUCK3X=O3\7N TE@RXWE2XCC1H3MCP4MCH1K303M3(:N TBDQ\WE1\X@0<4MCP4M3T<OC<7N#(:
       
  4812 N @AI!!\WE1\WD@LOC0$IBP$IBPTEAPTE@@D^E1\WE1\WE08BBP$IBP$EAPTEAPTB@Q,WE1\WE1\WE1\X@ LDBPTEAPT@@0DFH1\WE1\WE1\WE1\WEQLG@PHB
       
  4813 @ DAA!!,WE1\WE1\WE1\WE1\WE1\WIBH!!H"HWE1\WE1\WE1\W') ; colorMapFromArray:#[0 156 0 8 82 0 8 115 8 24 131 16 24 164 16 24 180 8 41 90 32 41 123 41 49 156 24 49 180 24 57 164 32 57 197 57 65 139 41 65 139 65 74 172 74 82 189 32 98 164 106 106 139 98 106 197 49 115 172 123 115 205 74 123 205 123 131 222 90 131 238 106 139 189 139 148 180 82 156 197 164 164 164 164 172 205 172 172 222 148 180 180 180 180 230 189 189 230 172 197 197 197 197 213 189 205 205 205 205 222 205 205 238 213 222 230 222 222 238 222 222 246 213 238 246 238 246 246 238 246 246 246 255 246 238 255 255 238 255 255 246 255 255 255 135 224 88 254 254 254 169 222 145 105 195 48 79 187 37 113 206 71 254 254 252 50 180 22 255 254 255 254 255 255 25 178 9 254 255 249 245 250 242 248 248 248 127 206 122 57 195 57 191 230 175 226 243 217 252 251 251 240 249 239]; mask:((Depth1Image new) width:24; height:24; bits:(ByteArray fromPackedString:'@@@@@O<@A??@C?? G??0O??8O??<_??<_??>???>???>???>???>???>???>_??>_??>_??<O??<G??8C??0A?? @?>@@G0@') ; yourself); yourself]
       
  4814 !
       
  4815 
  4810 rightArrow24x24disabledIcon
  4816 rightArrow24x24disabledIcon
  4811     <resource: #image>
  4817     <resource: #image>
  4812     "This resource specification was automatically generated
  4818     "This resource specification was automatically generated
  4813      by the ImageEditor of ST/X."
  4819      by the ImageEditor of ST/X."
  4814     "Do not manually edit this!! If it is corrupted,
  4820     "Do not manually edit this!! If it is corrupted,
  4843                             bits:(ByteArray 
  4849                             bits:(ByteArray 
  4844                                         fromPackedString:'@B@@@C@@@C @@C8@@C<@@C>@@C?@_??0???8???<???>???????????????<???8???0??? @C?@@C>@@C8@@C0@@C @@C@@');
  4850                                         fromPackedString:'@B@@@C@@@C @@C8@@C<@@C>@@C?@_??0???8???<???>???????????????<???8???0??? @C?@@C>@@C8@@C0@@C @@C@@');
  4845                             yourself);
  4851                             yourself);
  4846                 yourself
  4852                 yourself
  4847         ]
  4853         ]
       
  4854 !
       
  4855 
       
  4856 sUnit24x24Icon
       
  4857     <resource: #image>
       
  4858     "This resource specification was automatically generated
       
  4859      by the ImageEditor of ST/X."
       
  4860     "Do not manually edit this!! If it is corrupted,
       
  4861      the ImageEditor may not be able to read the specification."
       
  4862     "
       
  4863      self sUnit24x24Icon inspect
       
  4864      ImageEditor openOnClass:self andSelector:#sUnit24x24Icon
       
  4865      Icon flushCachedIcons"
       
  4866     
       
  4867     ^ Icon constantNamed:'XPToolbarIconLibrary sUnit24x24Icon'
       
  4868         ifAbsentPut:[
       
  4869             (Depth4Image new)
       
  4870                 width:22;
       
  4871                 height:22;
       
  4872                 photometric:(#palette);
       
  4873                 bitsPerSample:(#[ 4 ]);
       
  4874                 samplesPerPixel:(1);
       
  4875                 bits:(ByteArray 
       
  4876                             fromPackedString:'
       
  4877 AEUUUUUUUUUUUTAEH"H"H"H"H"H"UEH"H"H"H"H"H"\5T"H"H"H"H"H"\3URH"H"H"H"H"\3MUH"H"H"H"H"\3L5T"H"H"H"H!!DCL3URH"H"H"H!!DEL3MUH"
       
  4878 HQH"H!!D@T3L5T"H DRH!!D@T3L3URH"HAD!!D@T3L3MUH"H @QD@T3L3L5T"H"T@D@T3L3L3URH"H%@@T3L3L3MUH"H"]PT3L3L3L5T"H"\3T3L3L3L3URH"\3
       
  4879 L3L3L3L3MUH"\3L3L3L3L3L5T"\3L3L3L3L3L3UR\3L3L3L3L3L3MTT3L3L3L3L3L3MTAEUUUUUUUUUUUT@b');
       
  4880                 colorMapFromArray:#[ 0 0 0 255 255 255 255 0 0 0 255 0 170 170 170 127 127 127 127 127 127 214 132 0 ];
       
  4881                 mask:((ImageMask new)
       
  4882                             width:22;
       
  4883                             height:22;
       
  4884                             bits:(ByteArray 
       
  4885                                         fromPackedString:'_??8???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<???<_??8');
       
  4886                             yourself);
       
  4887                 yourself
       
  4888         ]
       
  4889 !
       
  4890 
       
  4891 stxHome24x24Icon
       
  4892     "This resource specification was automatically generated
       
  4893      by the ImageEditor of ST/X."
       
  4894 
       
  4895     "Do not manually edit this!! If it is corrupted,
       
  4896      the ImageEditor may not be able to read the specification."
       
  4897 
       
  4898     "
       
  4899      self stxHome24x24Icon inspect
       
  4900      ImageEditor openOnClass:self andSelector:#stxHome24x24Icon
       
  4901      Icon flushCachedIcons
       
  4902     "
       
  4903 
       
  4904     <resource: #image>
       
  4905 
       
  4906     ^Icon
       
  4907         constantNamed:'XPToolbarIconLibrary stxHome24x24Icon'
       
  4908         ifAbsentPut:[(Depth8Image new) width:24; height:24; bits:(ByteArray fromPackedString:'
       
  4909 F1,[F1,[F1,[F1,[F1,NF!!(CF1,[F1,[F1,[F1,[F1,,CQ,[F1,+L!!\"F1,[F1,[F1,[F1,[F2\''I0DUB1,+L $"F1,[F1,[F1,[F1,[@R\''@Q@PDA@''H1 "
       
  4910 F1,[F1,[F1,[F1,AI2\PDATPDB\''HRD"F1,[F1,[F1,[F2\''I1@PDA@PI2\!!@Q4XJ!!,[F1,[F1,[I2\''DA@PD@D''I2DA@ HYJ@8[F1,[F1,''I0DPDA@P@R\''
       
  4911 HR\B@ HBFR NF1,[F2\''@Q@PDA@AI2D!!@PHB@ HB@!!(Z@1,[KB\ADA@PD@D''HRDA@ HB@ HBK0HQF"$[F2PPDA@PI2\!!HRLB@"<B@ H/K0HBLSD[F00$DA@''
       
  4912 I2D!!H0HB@"</@ H/@ HB@#D[F00OGA$''HRD#@ HB@ H/K2</@ HB@"X[F000AQ0YH2LD@ HB@ HBK2</@ HB@"X[F00JAR@OG1<O@ HB@ H/K2</@ HB@"X[
       
  4913 F00OHB@OC240@ HB@ H/@ \/@ HB@"X[F00JL@<OC10O@ HB@"</@!!H/K0HB@"X[F1,LH@<OKQ<O@ HBK2<B@ HBK2<B@"X[F1,[D0<-GA<\@ HBK2<B@ HB
       
  4914 @ HB@"X[F1,[F1L_G1<\@ HB@ HB@ HB@"8.@CD[F1,[F1,SIQ<\@ HB@ HBI"X&LPX[F1,[F1,[F1,[LQ8_@ HBK XHE!!,[F1,[F1,[F1,[F1,[F0XTI"8F
       
  4915 F1,[F1,[F1,[F1,[F1,[F1,[F1,[F1,[F1,[F1,[F1,[F1,[') ; colorMapFromArray:#[130 140 161 252 178 93 82 89 99 228 205 209 183 188 202 183 232 253 171 171 200 74 73 82 153 154 204 222 50 7 170 211 227 255 227 154 160 180 218 245 230 190 220 198 190 163 209 243 254 198 97 163 143 171 74 81 90 148 168 214 130 154 203 253 210 112 187 188 214 247 90 41 224 128 58 203 175 133 166 130 141 0 0 0 161 200 234 239 169 152 135 168 220 146 189 237 171 215 254 254 156 57 241 130 102 237 147 68 171 184 198 142 177 227 133 142 186 255 175 75 171 113 93 211 215 222 230 217 192 204 127 124 244 219 172 154 204 254 118 129 180 0 203 49 183 217 237 149 152 191 154 1 2]; mask:((Depth1Image new) width:24; height:24; bits:(ByteArray fromPackedString:'@@O@@LO@@_/@@??@A??@C?? G??0O??8_??<???>_??>_??>_??>_??>_??>_??>_??>O??>G??>C??>A??0@?<@@_@@@@@@') ; yourself); yourself]
  4848 !
  4916 !
  4849 
  4917 
  4850 systemBrowser24x24Icon
  4918 systemBrowser24x24Icon
  4851     <resource: #image>
  4919     <resource: #image>
  4852     "This resource specification was automatically generated
  4920     "This resource specification was automatically generated
  6383 !
  6451 !
  6384 
  6452 
  6385 homeIcon
  6453 homeIcon
  6386     <resource: #programImage>
  6454     <resource: #programImage>
  6387 
  6455 
  6388     ^ self home26x26Icon
  6456     ^ self home24x24Icon
       
  6457     "/ ^ self home26x26Icon
  6389 !
  6458 !
  6390 
  6459 
  6391 makeIcon
  6460 makeIcon
  6392     <resource: #programImage>
  6461     <resource: #programImage>
  6393 
  6462 
  6452 !
  6521 !
  6453 
  6522 
  6454 stxHomeIcon
  6523 stxHomeIcon
  6455     <resource: #programImage>
  6524     <resource: #programImage>
  6456 
  6525 
  6457     ^ self stxHome26x26Icon
  6526     "/ ^ self stxHome26x26Icon
       
  6527     ^ self stxHome24x24Icon
  6458 !
  6528 !
  6459 
  6529 
  6460 unixShellTerminalIcon
  6530 unixShellTerminalIcon
  6461     <resource: #programImage>
  6531     <resource: #programImage>
  6462 
  6532 
  6471 
  6541 
  6472 viewNoDetailsIcon
  6542 viewNoDetailsIcon
  6473     <resource: #programImage>
  6543     <resource: #programImage>
  6474 
  6544 
  6475     ^ self viewNoDetails22x22Icon
  6545     ^ self viewNoDetails22x22Icon
       
  6546 ! !
       
  6547 
       
  6548 !XPToolbarIconLibrary class methodsFor:'image specs-tools-FileBrowser-Filetypes'!
       
  6549 
       
  6550 fileTypeBinaryFileIcon
       
  6551     "This resource specification was automatically generated
       
  6552      by the ImageEditor of ST/X."
       
  6553 
       
  6554     "Do not manually edit this!! If it is corrupted,
       
  6555      the ImageEditor may not be able to read the specification."
       
  6556 
       
  6557     "
       
  6558      self fileTypeBinaryFileIcon inspect
       
  6559      ImageEditor openOnClass:self andSelector:#fileTypeBinaryFileIcon
       
  6560      Icon flushCachedIcons
       
  6561     "
       
  6562 
       
  6563     <resource: #image>
       
  6564 
       
  6565     ^Icon
       
  6566         constantNamed:'XPToolbarIconLibrary fileTypeBinaryFileIcon'
       
  6567         ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
       
  6568 @@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKA@PDA@PKC08OC0@@@@@EA@,DB@\GB0<ODP<@@@@@@PP(N P(N PKB1LO@@@@@@<?N" :JC((
       
  6569 A@PKDP@@@@@QK3((N" :A@PDB1D@@@@@E#P(N2 (N" DA@\V@@@@@A\3NB (JB (A@PGE0@@@@@YL" :JB :JB0:K1$@@@@@HC (N#T:O3(DN$D @@@@@BD7
       
  6570 JC((N" :IS(2HP@@@@@!!NS :M#X:JAH:JBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178 246 246 246 245 245 245 243 243 243 237 237 237 241 241 241 251 251 251 248 248 248 253 253 253 166 166 166 177 177 177 225 225 225 236 236 236 238 238 238 240 240 240 235 235 235 244 244 244]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
       
  6571 !
       
  6572 
       
  6573 fileTypeCSourceIcon
       
  6574     "This resource specification was automatically generated
       
  6575      by the ImageEditor of ST/X."
       
  6576 
       
  6577     "Do not manually edit this!! If it is corrupted,
       
  6578      the ImageEditor may not be able to read the specification."
       
  6579 
       
  6580     "
       
  6581      self fileTypeCSourceIcon inspect
       
  6582      ImageEditor openOnClass:self andSelector:#fileTypeCSourceIcon
       
  6583      Icon flushCachedIcons
       
  6584     "
       
  6585 
       
  6586     <resource: #image>
       
  6587 
       
  6588     ^Icon
       
  6589         constantNamed:'XPToolbarIconLibrary fileTypeCSourceIcon'
       
  6590         ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
       
  6591 @@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKC@4GC@4KC08OC0@@@@@ED@,DB@\GB0<ODP<@@@@@@PHPA@,HA0\KB1LO@@@@@@<@EAPTEAPT
       
  6592 EAPKDP@@@@@QD@PDLC@0LPPDB1D@@@@@E @TLCD)H3@1JP\V@@@@@A\XFC@1A@PDA@PGE0@@@@@YFAP0LR (JB0/AA$@@@@@HA8PLCD%IS@1JA@ @@@@@BD^
       
  6593 EB80LC@1IR PHP@@@@@!!G!!H^G1HRD!!HRDBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
       
  6594 !
       
  6595 
       
  6596 fileTypeDirectoryIcon
       
  6597     "This resource specification was automatically generated
       
  6598      by the ImageEditor of ST/X."
       
  6599 
       
  6600     "Do not manually edit this!! If it is corrupted,
       
  6601      the ImageEditor may not be able to read the specification."
       
  6602 
       
  6603     "
       
  6604      self fileTypeDirectoryIcon inspect
       
  6605      ImageEditor openOnClass:self andSelector:#fileTypeDirectoryIcon
       
  6606      Icon flushCachedIcons
       
  6607     "
       
  6608 
       
  6609     <resource: #image>
       
  6610 
       
  6611     ^Icon
       
  6612         constantNamed:'XPToolbarIconLibrary fileTypeDirectoryIcon'
       
  6613         ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
       
  6614 K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8.K"8C@1LLGP@@@B8.K"8.K"8.K L,KB0TE@\@@B8.K"8.K"8.
       
  6615 @1@B@ HB@!!@MB!!,QC!!T@K"8.D20,KB0,KB0,KB0,KBL@K"8.CB4''I2\''I2\''I2\''KQ\@K"8.FB4-KR4-KR4-KR4-KPX@K"8.E"4%IRT%IRT%IRT%KQH@K"8.
       
  6616 A24*J"(*J"(*J"(*KP$@K"8.G"4)JR$)JR$)JR$)KP,@K"8.CR4(JB (JB (JB (KRD@K"8.B"4$IBP$IBP$IBP$KP<@K"8.@ADNER@\H!!(FD $KC0@@K"8.
       
  6617 @@@@@@@@@@@@@@@@@@@@K"8.@@@@@@@@@@@@@@@@@@@@K @.K"8.K"8.K"8.K"8.K"8.K"8.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
       
  6618 @@@a') ; colorMapFromArray:#[251 251 251 239 239 239 219 183 82 204 153 52 228 228 228 193 193 193 163 113 11 194 143 42 183 183 183 158 108 6 186 135 34 156 106 4 201 150 49 189 138 37 179 129 27 153 103 1 219 183 113 181 130 29 160 110 8 203 152 51 255 255 186 176 126 24 197 146 45 167 117 15 199 148 47 166 166 166 165 115 13 183 132 31 171 121 19 200 149 48 192 141 40 198 198 198 174 124 22 154 104 2 168 118 16 172 122 20 255 212 111 255 248 147 235 235 235 255 255 156 255 219 117 255 228 127 255 239 137 182 182 182 255 255 255 255 255 153 0 0 0]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@O @@_0@@??0@??0@??0@??0@??0@??0@??0@??0@??0@_? @@@@@@@@@@@@@') ; yourself); yourself]
       
  6619 !
       
  6620 
       
  6621 fileTypeDirectoryOpenIcon
       
  6622     "This resource specification was automatically generated
       
  6623      by the ImageEditor of ST/X."
       
  6624 
       
  6625     "Do not manually edit this!! If it is corrupted,
       
  6626      the ImageEditor may not be able to read the specification."
       
  6627 
       
  6628     "
       
  6629      self fileTypeDirectoryOpenIcon inspect
       
  6630      ImageEditor openOnClass:self andSelector:#fileTypeDirectoryOpenIcon
       
  6631      Icon flushCachedIcons
       
  6632     "
       
  6633 
       
  6634     <resource: #image>
       
  6635 
       
  6636     ^Icon
       
  6637         constantNamed:'XPToolbarIconLibrary fileTypeDirectoryOpenIcon'
       
  6638         ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
       
  6639 MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5MST5@0LHBR @@@@5MST5MST5MSTCMCP4C@0V@@@5MST5MST5
       
  6640 MPL4L#H2L#H4DRXZFQ T@CT5MP 4L#H2L#H2L#P4MCP*@CT5MP$4LC@0LC@0LC@0LCHS@CT5LSD1LSD1LSD1LSD1HQ4''@CT5LSL2L#H2L#H2L#L\LRTG@CT5
       
  6641 LSL2LC@0LC@0LCH_LRLJ@CT5@CD3KR4-KR4-KR4NH!!TK@CT5@CD3L",+J2,+J2,NF1HF@CT5@@@1L20,KB0,KB0,D@<^@CT5MP@1@PDA@PD$E0\JB0X@@CT5
       
  6642 MST@@@@@@@@@@@@@@@@@@CT5MST@@@@@@@@@@@@@@@@@@CT5MST5MST5MST5MST5MST5MST5@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
       
  6643 @@@a') ; colorMapFromArray:#[239 239 239 165 115 13 251 251 251 204 153 52 193 193 193 228 228 228 154 104 2 160 110 8 203 152 51 201 150 49 158 108 6 156 106 4 250 251 252 183 183 183 255 255 165 198 154 26 240 228 122 189 138 37 207 162 38 167 117 15 176 126 24 226 179 67 194 143 42 162 112 10 179 129 27 181 130 29 183 132 31 215 184 64 218 191 108 255 235 132 153 103 1 247 240 137 166 166 166 226 193 80 201 160 33 253 213 112 164 114 12 255 215 132 186 135 34 163 113 11 200 149 48 198 198 198 172 122 20 255 228 127 255 219 117 255 239 137 235 235 235 182 182 182 255 248 147 198 154 25 255 255 156 255 255 153 255 255 255 0 0 0]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@G0@@O8@@_?8@_?8@_?8@??8@??8@??8@_?8@_?8@O?8@O?0@@@@@@@@@@@@@') ; yourself); yourself]
       
  6644 !
       
  6645 
       
  6646 fileTypeFileIcon
       
  6647     "This resource specification was automatically generated
       
  6648      by the ImageEditor of ST/X."
       
  6649 
       
  6650     "Do not manually edit this!! If it is corrupted,
       
  6651      the ImageEditor may not be able to read the specification."
       
  6652 
       
  6653     "
       
  6654      self fileTypeFileIcon inspect
       
  6655      ImageEditor openOnClass:self andSelector:#fileTypeFileIcon
       
  6656      Icon flushCachedIcons
       
  6657     "
       
  6658 
       
  6659     <resource: #image>
       
  6660 
       
  6661     ^Icon
       
  6662         constantNamed:'XPToolbarIconLibrary fileTypeFileIcon'
       
  6663         ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
       
  6664 @@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKA@PDA@PKC08OC0@@@@@EA@PDA@\GB0<ODP<@@@@@@PPDA@PHA0\KB0PO@@@@@@<@A@PDA@PD
       
  6665 A@PKDP@@@@@QD@PDA@PKB@PGB1D@@@@@E @DA@PDA@PDA@\V@@@@@A\XFA@DA@PXB0PGE0@@@@@YA@PDA@PDA@PDAA$@@@@@HA8PDA@PDA@PDA@ @@@@@BD^
       
  6666 A@PDA@PDA@PPHP@@@@@!!G!!H^G1HRD!!HRDBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
       
  6667 !
       
  6668 
       
  6669 fileTypeHeaderFileIcon
       
  6670     "This resource specification was automatically generated
       
  6671      by the ImageEditor of ST/X."
       
  6672 
       
  6673     "Do not manually edit this!! If it is corrupted,
       
  6674      the ImageEditor may not be able to read the specification."
       
  6675 
       
  6676     "
       
  6677      self fileTypeHeaderFileIcon inspect
       
  6678      ImageEditor openOnClass:self andSelector:#fileTypeHeaderFileIcon
       
  6679      Icon flushCachedIcons
       
  6680     "
       
  6681 
       
  6682     <resource: #image>
       
  6683 
       
  6684     ^Icon
       
  6685         constantNamed:'XPToolbarIconLibrary fileTypeHeaderFileIcon'
       
  6686         ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
       
  6687 @@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKC@4GC@4KC08OC0@@@@@ED@,;OCH3I3$ODP<@@@@@@PHPN307M"$*B1LO@@@@@@<@EC,<K3P4
       
  6688 N!!PKDP@@@@@QD@P;N3,;OB(DB1D@@@@@E @TN30)H3,<JP\V@@@@@A\XFC,<I"P;O@PGE0@@@@@YFAP;OB (N30/AA$@@@@@HA8PN30%IS,<JA@ @@@@@BD^
       
  6689 EC,<MS ;OB PHP@@@@@!!G!!H^G1HRD!!HRDBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178 237 237 237 230 230 230 241 241 241 232 232 232 238 238 238 240 240 240 251 251 251 173 173 173 236 236 236 120 4 4 183 90 90]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
       
  6690 !
       
  6691 
       
  6692 fileTypeImageFileIcon
       
  6693     "This resource specification was automatically generated
       
  6694      by the ImageEditor of ST/X."
       
  6695 
       
  6696     "Do not manually edit this!! If it is corrupted,
       
  6697      the ImageEditor may not be able to read the specification."
       
  6698 
       
  6699     "
       
  6700      self fileTypeImageFileIcon inspect
       
  6701      ImageEditor openOnClass:self andSelector:#fileTypeImageFileIcon
       
  6702      Icon flushCachedIcons
       
  6703     "
       
  6704 
       
  6705     <resource: #image>
       
  6706 
       
  6707     ^Icon
       
  6708         constantNamed:'XPToolbarIconLibrary fileTypeImageFileIcon'
       
  6709         ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
       
  6710 @@@A@PDA@PDA@PDC@@@@@EQTUEQTUEQTUEQTUEQTUEQTRD!!HRD!!HRD!!HRD!!HRD!!TUD!!VU%YVU%YVU%YVU%YHUEQHU%YVU%YVU%YVU%YVREQTREYVU%YVVE!!X
       
  6711 VEYVU$!!TUD!!VU%YVVE!!XVE!!XU%YHUEQHU%YVU%YXVE!!XU%YVREQTREYVU%YVU%UVU%YVU$!!TUD!!VU%YVU%YUU%YVU%YHUEQHU5]VU5]WUU]WU%YVREQTRE]W
       
  6712 U5]WU5]WU5]WU4!!TUD!!WU5]WU5]WU5]WU5]HUEQHRD!!HRD!!HRD!!HRD!!HREQTUEQTUEQTUEQTUEQTUEQT@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178 237 237 237 230 230 230 241 241 241 232 232 232 238 238 238 240 240 240 251 251 251 173 173 173 236 236 236 120 4 4 183 90 90 248 248 248 219 219 219 234 234 234 253 253 253 243 243 243 225 225 225 55 146 70 0 91 12 244 244 244 229 229 229 222 222 222 246 246 246 227 227 227 208 208 208 190 190 190 209 209 209 189 189 189 149 149 149 85 85 85 85 149 149 90 140 200 149 149 85 165 165 85 149 153 157 133 62 38 173 216 230 0 139 0 0 205 0]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@C?????????????????????????????????????@@@b') ; yourself); yourself]
       
  6713 !
       
  6714 
       
  6715 fileTypeJavaSourceIcon
       
  6716     "This resource specification was automatically generated
       
  6717      by the ImageEditor of ST/X."
       
  6718 
       
  6719     "Do not manually edit this!! If it is corrupted,
       
  6720      the ImageEditor may not be able to read the specification."
       
  6721 
       
  6722     "
       
  6723      self fileTypeJavaSourceIcon inspect
       
  6724      ImageEditor openOnClass:self andSelector:#fileTypeJavaSourceIcon
       
  6725      Icon flushCachedIcons
       
  6726     "
       
  6727 
       
  6728     <resource: #image>
       
  6729 
       
  6730     ^Icon
       
  6731         constantNamed:'XPToolbarIconLibrary fileTypeJavaSourceIcon'
       
  6732         ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
       
  6733 @@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKB04GB04KC08OC0@@@@@ED@,KB3H3I3$ODP<@@@@@@PIEO4D/QDL:B1LO@@@@@@<@JR,5IC8*
       
  6734 J!!PKDP@@@@@QDB4*I"%DP4HDB1D@@@@@E @(JC8&QDL-JP\V@@@@@A\XL2T%JDQCK@PGE0@@@@@YFB<8NBUDP2 /AA$@@@@@HA8=QDL5QDL%JA@ @@@@@BD^
       
  6735 PDADQDL5JR PHP@@@@@!!G!!H^G1HRD!!HRDBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178 237 237 237 230 230 230 241 241 241 232 232 232 238 238 238 240 240 240 251 251 251 173 173 173 236 236 236 120 4 4 183 90 90 248 248 248 219 219 219 234 234 234 253 253 253 243 243 243 225 225 225 55 146 70 0 91 12 244 244 244]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
       
  6736 !
       
  6737 
       
  6738 fileTypeLispSourceIcon
       
  6739     "This resource specification was automatically generated
       
  6740      by the ImageEditor of ST/X."
       
  6741 
       
  6742     "Do not manually edit this!! If it is corrupted,
       
  6743      the ImageEditor may not be able to read the specification."
       
  6744 
       
  6745     "
       
  6746      self fileTypeLispSourceIcon inspect
       
  6747      ImageEditor openOnClass:self andSelector:#fileTypeLispSourceIcon
       
  6748      Icon flushCachedIcons
       
  6749     "
       
  6750 
       
  6751     <resource: #image>
       
  6752 
       
  6753     ^Icon
       
  6754         constantNamed:'XPToolbarIconLibrary fileTypeLispSourceIcon'
       
  6755         ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
       
  6756 @@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKB04GB04KC08OC0@@@@@ED@,KB3H3I3$ODP<@@@@@@PIEO4D/K2<:B1LO@@@@@@<@LCD/MCP:
       
  6757 Q!!PKDP@@@@@QDB,0LSP4J"LDB1D@@@@@E @4MC@1MCP)JP\V@@@@@A\XMCP&LCD-I0PGE0@@@@@YFCP4LCD0LR</AA$@@@@@HA84LCD%MC@1JA@ @@@@@BD^
       
  6758 MC@1MCP0LR PHP@@@@@!!G!!H^G1HRD!!HRDBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178 237 237 237 230 230 230 241 241 241 232 232 232 238 238 238 240 240 240 251 251 251 173 173 173 236 236 236 120 4 4 183 90 90 248 248 248 219 219 219 234 234 234 253 253 253 243 243 243 225 225 225 55 146 70 0 91 12 244 244 244 229 229 229]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
       
  6759 !
       
  6760 
       
  6761 fileTypeSmalltalkSourceIcon
       
  6762     "This resource specification was automatically generated
       
  6763      by the ImageEditor of ST/X."
       
  6764 
       
  6765     "Do not manually edit this!! If it is corrupted,
       
  6766      the ImageEditor may not be able to read the specification."
       
  6767 
       
  6768     "
       
  6769      self fileTypeSmalltalkSourceIcon inspect
       
  6770      ImageEditor openOnClass:self andSelector:#fileTypeSmalltalkSourceIcon
       
  6771      Icon flushCachedIcons
       
  6772     "
       
  6773 
       
  6774     <resource: #image>
       
  6775 
       
  6776     ^Icon
       
  6777         constantNamed:'XPToolbarIconLibrary fileTypeSmalltalkSourceIcon'
       
  6778         ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
       
  6779 @@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKB04GB04KC08OC0@@@@@ED@,KB3H3I3$ODP<@@@@@@PICQDQGQDQDQALO@@@@@@<@QDMCQC9D
       
  6780 P4LKDP@@@@@QDDQCI#L>QDL)B1D@@@@@E ACQC8&L4QCI0\V@@@@@A\XL4MDJCMDP2<GE0@@@@@YFB<8P4P3QDL(AA$@@@@@HA9DP4MDL4QCJA@ @@@@@BD^
       
  6781 P4QDP3MDP2,PHP@@@@@!!G!!H^G1HRD!!HRDBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178 237 237 237 230 230 230 241 241 241 232 232 232 238 238 238 240 240 240 251 251 251 173 173 173 236 236 236 120 4 4 183 90 90 248 248 248 219 219 219 234 234 234 253 253 253 243 243 243 225 225 225 55 146 70 0 91 12 244 244 244 229 229 229 222 222 222]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
       
  6782 !
       
  6783 
       
  6784 fileTypeTextHtmlIcon
       
  6785     "This resource specification was automatically generated
       
  6786      by the ImageEditor of ST/X."
       
  6787 
       
  6788     "Do not manually edit this!! If it is corrupted,
       
  6789      the ImageEditor may not be able to read the specification."
       
  6790 
       
  6791     "
       
  6792      self fileTypeTextHtmlIcon inspect
       
  6793      ImageEditor openOnClass:self andSelector:#fileTypeTextHtmlIcon
       
  6794      Icon flushCachedIcons
       
  6795     "
       
  6796 
       
  6797     <resource: #image>
       
  6798 
       
  6799     ^Icon
       
  6800         constantNamed:'XPToolbarIconLibrary fileTypeTextHtmlIcon'
       
  6801         ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
       
  6802 @@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKB04GB04KC08OC0@@@@@ED@,KB3H3I3$ODP<@@@@@@S()J49NS$9LR44O@@@@@@<7JT9QTUER
       
  6803 S#9JDP@@@@@QK4=NT5IQT%INI!!D@@@@@E$9RT$9QTUMRT$8V@@@@@A]NTUMSTUESTUINE0@@@@@YS%EST%EQT%MQS!!$@@@@@HD9QTUEQT5ISTT8 @@@@@BD8
       
  6804 S%EQTUESTD9HHP@@@@@!!PC5NTUEQS49IJBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178 237 237 237 230 230 230 241 241 241 232 232 232 238 238 238 240 240 240 251 251 251 173 173 173 236 236 236 120 4 4 183 90 90 248 248 248 219 219 219 234 234 234 253 253 253 243 243 243 225 225 225 55 146 70 0 91 12 244 244 244 229 229 229 222 222 222 246 246 246 227 227 227 208 208 208 190 190 190 209 209 209 189 189 189 149 149 149 85 85 85 85 149 149 90 140 200 149 149 85 165 165 85]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
       
  6805 !
       
  6806 
       
  6807 fileTypeTextIcon
       
  6808     "This resource specification was automatically generated
       
  6809      by the ImageEditor of ST/X."
       
  6810 
       
  6811     "Do not manually edit this!! If it is corrupted,
       
  6812      the ImageEditor may not be able to read the specification."
       
  6813 
       
  6814     "
       
  6815      self fileTypeTextIcon inspect
       
  6816      ImageEditor openOnClass:self andSelector:#fileTypeTextIcon
       
  6817      Icon flushCachedIcons
       
  6818     "
       
  6819 
       
  6820     <resource: #image>
       
  6821 
       
  6822     ^Icon
       
  6823         constantNamed:'XPToolbarIconLibrary fileTypeTextIcon'
       
  6824         ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
       
  6825 @@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKC@4GC@4KC08OC0@@@@@ED@,DB@\GB0<ODP<@@@@@@PHPA@,HA0\KB1LO@@@@@@<@EAPTEAPT
       
  6826 EAPKDP@@@@@QD@PDA@PKB@PGB1D@@@@@E @TEAPTEAPTE@\V@@@@@A\XFA@DA@PXB0 GE0@@@@@YFAPTEAPTEAPTAA$@@@@@HA8PDA@PDA@PDA@ @@@@@BD^
       
  6827 EAPTEAPTEAPPHP@@@@@!!G!!H^G1HRD!!HRDBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
  6476 ! !
  6828 ! !
  6477 
  6829 
  6478 !XPToolbarIconLibrary class methodsFor:'image specs-tools-ImageEditor'!
  6830 !XPToolbarIconLibrary class methodsFor:'image specs-tools-ImageEditor'!
  6479 
  6831 
  6480 loadImageFromFileIcon
  6832 loadImageFromFileIcon
  6751 ! !
  7103 ! !
  6752 
  7104 
  6753 !XPToolbarIconLibrary class methodsFor:'documentation'!
  7105 !XPToolbarIconLibrary class methodsFor:'documentation'!
  6754 
  7106 
  6755 version
  7107 version
  6756     ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.127 2014-12-04 17:23:08 cg Exp $'
  7108     ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.128 2014-12-04 19:04:48 cg Exp $'
  6757 !
  7109 !
  6758 
  7110 
  6759 version_CVS
  7111 version_CVS
  6760     ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.127 2014-12-04 17:23:08 cg Exp $'
  7112     ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.128 2014-12-04 19:04:48 cg Exp $'
  6761 ! !
  7113 ! !
  6762 
  7114