MenuEditor.st
changeset 3225 cf0556d88d12
parent 3211 534bd836ae08
child 3237 de989be6d856
equal deleted inserted replaced
3224:98a659b6bd10 3225:cf0556d88d12
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1997 by eXept Software AG
     2  COPYRIGHT (c) 1997 by eXept Software AG
     5 	      All Rights Reserved
     3 	      All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
  3282 ! !
  3280 ! !
  3283 
  3281 
  3284 !MenuEditor::Item class methodsFor:'image specs'!
  3282 !MenuEditor::Item class methodsFor:'image specs'!
  3285 
  3283 
  3286 iconDelayedLinkedMenu
  3284 iconDelayedLinkedMenu
  3287     <resource: #image>
       
  3288     "This resource specification was automatically generated
  3285     "This resource specification was automatically generated
  3289      by the ImageEditor of ST/X."
  3286      by the ImageEditor of ST/X."
       
  3287 
  3290     "Do not manually edit this!! If it is corrupted,
  3288     "Do not manually edit this!! If it is corrupted,
  3291      the ImageEditor may not be able to read the specification."
  3289      the ImageEditor may not be able to read the specification."
       
  3290 
  3292     "
  3291     "
  3293      self iconDelayedLinkedMenu inspect
  3292      self iconDelayedLinkedMenu inspect
  3294      ImageEditor openOnClass:self andSelector:#iconDelayedLinkedMenu
  3293      ImageEditor openOnClass:self andSelector:#iconDelayedLinkedMenu
  3295      Icon flushCachedIcons"
  3294      Icon flushCachedIcons
  3296     
  3295     "
  3297     ^ Icon constantNamed:'MenuEditor::Item class iconDelayedLinkedMenu'
  3296 
  3298         ifAbsentPut:[
  3297     <resource: #image>
  3299             (Depth4Image new)
  3298 
  3300                 width:20;
  3299     ^Icon
  3301                 height:16;
  3300         constantNamed:'MenuEditor::Item iconDelayedLinkedMenu'
  3302                 photometric:(#palette);
  3301         ifAbsentPut:[(Depth4Image new) width:20; height:16; bits:(ByteArray fromPackedString:'
  3303                 bitsPerSample:(#( 4 ));
       
  3304                 samplesPerPixel:(1);
       
  3305                 bits:(ByteArray 
       
  3306                             fromPackedString:'
       
  3307 @@@@@@@@@@@@@@DQDQDQDQDQDR@AH"H"H"H"H"H0@@@BH"H"@@@BL@QDPBH"H"@@H#@DQDPBH@H"@"H0ADQDPBA@H"H"L@@@QDP@Q@@@@C@ADPQDQDQ@DQD:
  3302 @@@@@@@@@@@@@@DQDQDQDQDQDR@AH"H"H"H"H"H0@@@BH"H"@@@BL@QDPBH"H"@@H#@DQDPBH@H"@"H0ADQDPBA@H"H"L@@@QDP@Q@@@@C@ADPQDQDQ@DQD:
  3308 @RH QDQDQ@H"L@D"H QDQD@"H#@A@@@@@DP@@@@0@QDQDQA@DQDQL@D"H"H @"H"H#@BL3L3L3L3L3L0@@@@@@@@@@@a');
  3303 @RH QDQDQ@H"L@D"H QDQD@"H#@A@@@@@DP@@@@0@QDQDQA@DQDQL@D"H"H @"H"H#@BL3L3L3L3L3L0@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 127 127 127 255 0 0]; mask:((ImageMask new) width:20; height:16; bits:(ByteArray fromPackedString:'???0???0???0???0???0???0???0???0???0???0???0???0???0???0???0???0') ; yourself); yourself]
  3309                 colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 127 127 127 255 0 0 ];
       
  3310                 mask:((ImageMask new)
       
  3311                             width:20;
       
  3312                             height:16;
       
  3313                             bits:(ByteArray 
       
  3314                                         fromPackedString:'???0???0???0???0???0???0???0???0???0???0???0???0???0???0???0???0');
       
  3315                             yourself);
       
  3316                 yourself
       
  3317         ]
       
  3318 !
  3304 !
  3319 
  3305 
  3320 iconDelayedMenu
  3306 iconDelayedMenu
  3321     <resource: #image>
  3307     <resource: #image>
  3322     "This resource specification was automatically generated
  3308     "This resource specification was automatically generated