GenericToolbarIconLibrary.st
changeset 6166 33c75b4a9999
parent 6071 8e9dcb2a6533
child 6175 74f6a697ee26
equal deleted inserted replaced
6165:ff8b7a83327f 6166:33c75b4a9999
  7773                 yourself
  7773                 yourself
  7774         ]
  7774         ]
  7775 !
  7775 !
  7776 
  7776 
  7777 debug22x22IconForBlackBackgound
  7777 debug22x22IconForBlackBackgound
  7778     <resource: #image>
  7778     <resource:#obsolete>
  7779     "This resource specification was automatically generated
  7779 
  7780      by the ImageEditor of ST/X."
  7780     ^ self debug22x22IconForBlackBackground
  7781     "Do not manually edit this!! If it is corrupted,
  7781 
  7782      the ImageEditor may not be able to read the specification."
  7782     "Modified: / 30-05-2017 / 19:51:21 / mawalch"
  7783     "
  7783 !
  7784      self debug22x22IconForBlackBackgound inspect
  7784 
  7785      ImageEditor openOnClass:self andSelector:#debug22x22IconForBlackBackgound
  7785 debug22x22IconForBlackBackground
       
  7786     <resource: #image>
       
  7787     "This resource specification was automatically generated
       
  7788      by the ImageEditor of ST/X."
       
  7789     "Do not manually edit this!! If it is corrupted,
       
  7790      the ImageEditor may not be able to read the specification."
       
  7791     "
       
  7792      self debug22x22IconForBlackBackground inspect
       
  7793      ImageEditor openOnClass:self andSelector:#debug22x22IconForBlackBackground
  7786      Icon flushCachedIcons"
  7794      Icon flushCachedIcons"
  7787     
  7795     
  7788     ^ Icon 
  7796     ^ Icon 
  7789         constantNamed:'GenericToolbarIconLibrary class debug22x22IconForBlackBackgound'
  7797         constantNamed:'GenericToolbarIconLibrary class debug22x22IconForBlackBackground'
  7790         ifAbsentPut:[
  7798         ifAbsentPut:[
  7791             (Depth8Image new)
  7799             (Depth8Image new)
  7792                 width:22;
  7800                 width:22;
  7793                 height:22;
  7801                 height:22;
  7794                 photometric:(#palette);
  7802                 photometric:(#palette);
  7809                             bits:(ByteArray 
  7817                             bits:(ByteArray 
  7810                                         fromPackedString:'@@@@@@@@@@@@@BA0@Q''H@L? @E?0@??8Q??<O??<C??<C??<O??<S??<@??8@G?0@L? @Q#X@FA @@@@@@@@@@@@');
  7818                                         fromPackedString:'@@@@@@@@@@@@@BA0@Q''H@L? @E?0@??8Q??<O??<C??<C??<O??<S??<@??8@G?0@L? @Q#X@FA @@@@@@@@@@@@');
  7811                             yourself);
  7819                             yourself);
  7812                 yourself
  7820                 yourself
  7813         ]
  7821         ]
       
  7822 
       
  7823     "Created: / 30-05-2017 / 19:27:59 / mawalch"
  7814 !
  7824 !
  7815 
  7825 
  7816 delete22x22Icon
  7826 delete22x22Icon
  7817     <resource: #image>
  7827     <resource: #image>
  7818     "This resource specification was automatically generated
  7828     "This resource specification was automatically generated