TabListEditor.st
changeset 3118 d0e78fb8d796
parent 3093 6cbe0ee42b96
child 3330 76129ae4dadd
equal deleted inserted replaced
3117:ee3f64a07e16 3118:d0e78fb8d796
   205 ! !
   205 ! !
   206 
   206 
   207 !TabListEditor class methodsFor:'image specs'!
   207 !TabListEditor class methodsFor:'image specs'!
   208 
   208 
   209 newTabItemIcon
   209 newTabItemIcon
       
   210     <resource: #image>
   210     "This resource specification was automatically generated
   211     "This resource specification was automatically generated
   211      by the ImageEditor of ST/X."
   212      by the ImageEditor of ST/X."
   212 
       
   213     "Do not manually edit this!!!! If it is corrupted,
   213     "Do not manually edit this!!!! If it is corrupted,
   214      the ImageEditor may not be able to read the specification."
   214      the ImageEditor may not be able to read the specification."
   215 
   215     "
   216     "
   216      ImageEditor openOnClass:self andSelector:#newTabItemIcon"
   217      ImageEditor openOnClass:self andSelector:#newTabItemIcon
   217     
   218     "
   218     ^ Icon constantNamed:#'TabListEditor newTabItemIcon'
   219 
   219         ifAbsentPut:[
   220     <resource: #image>
   220             (Depth2Image new)
   221 
   221                 width:22;
   222     ^Icon
   222                 height:22;
   223         constantNamed:#'TabListEditor newTabItemIcon'
   223                 photometric:(#palette);
   224         ifAbsentPut:[(Depth2Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'U@@@@EUPUEUUVEUPUF**+EUPUF**+EUPUF**+EUP@F**+@@@EV***UV@F*****+@F KNC*+NF(("H*+@F((BC +EF(("H*+@F(("C*+MF*****+@F"@ H*K@F"""(LK@F"" ("K@F"""(*K@F"" H*K@F*****+HK??????@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'G?<@G?<@G?<@G?<@G?<@???<???<???<???????<???<???<???<???????=???<???????<???????<???<???=') ; yourself); yourself]
   224                 bitsPerSample:(#( 2 ));
       
   225                 samplesPerPixel:(1);
       
   226                 bits:(ByteArray 
       
   227                             fromPackedString:'U@@@@EUPUEUUVEUPUF**+EUPUF**+EUPUF**+EUP@F**+@@@EV***UV@F*****+@F KNC*+NF(("H*+@F((BC +EF(("H*+@F(("C*+MF*****+@F"@ H*K@F"""(LK@F"" ("K@F"""(*K@F"" H*K@F*****+HK??????@@@@@@@@@');
       
   228                 colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 127 127 127 ];
       
   229                 mask:((ImageMask new)
       
   230                             width:22;
       
   231                             height:22;
       
   232                             bits:(ByteArray 
       
   233                                         fromPackedString:'G?<@G?<@G?<@G?<@G?<@???<???<???<???????<???<???<???<???????=???<???????<???????<???<???=');
       
   234                             yourself);
       
   235                 yourself
       
   236         ]
   225 ! !
   237 ! !
   226 
   238 
   227 !TabListEditor class methodsFor:'interface specs'!
   239 !TabListEditor class methodsFor:'interface specs'!
   228 
   240 
   229 basicSpec
   241 basicSpec