UIPainter.st
changeset 3113 7b82f9dd4e1b
parent 3111 618a32168c9c
child 3119 0a80c1bf3dde
equal deleted inserted replaced
3112:80453ab62df9 3113:7b82f9dd4e1b
   530 ! !
   530 ! !
   531 
   531 
   532 !UIPainter class methodsFor:'image specs'!
   532 !UIPainter class methodsFor:'image specs'!
   533 
   533 
   534 arrowDown
   534 arrowDown
       
   535     <resource: #image>
   535     "This resource specification was automatically generated
   536     "This resource specification was automatically generated
   536      by the ImageEditor of ST/X."
   537      by the ImageEditor of ST/X."
   537 
       
   538     "Do not manually edit this!! If it is corrupted,
   538     "Do not manually edit this!! If it is corrupted,
   539      the ImageEditor may not be able to read the specification."
   539      the ImageEditor may not be able to read the specification."
   540 
       
   541     "
   540     "
   542      self arrowDown inspect
   541      self arrowDown inspect
   543      ImageEditor openOnClass:self andSelector:#arrowDown
   542      ImageEditor openOnClass:self andSelector:#arrowDown
   544      Icon flushCachedIcons
   543      Icon flushCachedIcons"
   545     "
   544     
   546 
   545     ^ Icon constantNamed:'UIPainter class arrowDown'
       
   546         ifAbsentPut:[
       
   547             (Depth1Image new)
       
   548                 width:11;
       
   549                 height:11;
       
   550                 photometric:(#palette);
       
   551                 bitsPerSample:(#[ 1 ]);
       
   552                 samplesPerPixel:(1);
       
   553                 bits:(ByteArray fromPackedString:'?>C?8O? ?>C@XNC <^C;8O? ?>C?8@@a');
       
   554                 colorMapFromArray:#[ 0 0 0 255 255 255 ];
       
   555                 mask:((ImageMask new)
       
   556                             width:11;
       
   557                             height:11;
       
   558                             bits:(ByteArray 
       
   559                                         fromPackedString:'
       
   560 @@@@@@@@@@@? A<@C @D@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
       
   561 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a');
       
   562                             yourself);
       
   563                 yourself
       
   564         ]
       
   565 !
       
   566 
       
   567 arrowLeft
   547     <resource: #image>
   568     <resource: #image>
   548 
       
   549     ^Icon
       
   550         constantNamed:'UIPainter class arrowDown'
       
   551         ifAbsentPut:[(Depth1Image new) width: 11; height: 11; photometric:(#palette); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?>C?8O? ?>C@XNC <^C;8O? ?>C?8@@a') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 11; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
   552 @@@@@@@@@@@? A<@C @D@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
       
   553 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself]
       
   554 !
       
   555 
       
   556 arrowLeft
       
   557     "This resource specification was automatically generated
   569     "This resource specification was automatically generated
   558      by the ImageEditor of ST/X."
   570      by the ImageEditor of ST/X."
   559 
       
   560     "Do not manually edit this!! If it is corrupted,
   571     "Do not manually edit this!! If it is corrupted,
   561      the ImageEditor may not be able to read the specification."
   572      the ImageEditor may not be able to read the specification."
   562 
       
   563     "
   573     "
   564      self arrowLeft inspect
   574      self arrowLeft inspect
   565      ImageEditor openOnClass:self andSelector:#arrowLeft
   575      ImageEditor openOnClass:self andSelector:#arrowLeft
   566      Icon flushCachedIcons
   576      Icon flushCachedIcons"
   567     "
   577     
   568 
   578     ^ Icon constantNamed:'UIPainter class arrowLeft'
       
   579         ifAbsentPut:[
       
   580             (Depth1Image new)
       
   581                 width:11;
       
   582                 height:11;
       
   583                 photometric:(#palette);
       
   584                 bitsPerSample:(#[ 1 ]);
       
   585                 samplesPerPixel:(1);
       
   586                 bits:(ByteArray fromPackedString:'?>C?8O7 >^C18NG <^C98O7 ?>C?8@@a');
       
   587                 colorMapFromArray:#[ 0 0 0 255 255 255 ];
       
   588                 mask:((ImageMask new)
       
   589                             width:11;
       
   590                             height:11;
       
   591                             bits:(ByteArray fromPackedString:'@@@@@@H@A @N@A8@C PF@@H@@@@@@@@a');
       
   592                             yourself);
       
   593                 yourself
       
   594         ]
       
   595 !
       
   596 
       
   597 arrowRight
   569     <resource: #image>
   598     <resource: #image>
   570 
       
   571     ^Icon
       
   572         constantNamed:'UIPainter class arrowLeft'
       
   573         ifAbsentPut:[(Depth1Image new) width: 11; height: 11; photometric:(#palette); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?>C?8O7 >^C18NG <^C98O7 ?>C?8@@a') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 11; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@H@A @N@A8@C PF@@H@@@@@@@@a') ; yourself); yourself]
       
   574 !
       
   575 
       
   576 arrowRight
       
   577     "This resource specification was automatically generated
   599     "This resource specification was automatically generated
   578      by the ImageEditor of ST/X."
   600      by the ImageEditor of ST/X."
   579 
       
   580     "Do not manually edit this!! If it is corrupted,
   601     "Do not manually edit this!! If it is corrupted,
   581      the ImageEditor may not be able to read the specification."
   602      the ImageEditor may not be able to read the specification."
   582 
       
   583     "
   603     "
   584      self arrowRight inspect
   604      self arrowRight inspect
   585      ImageEditor openOnClass:self andSelector:#arrowRight
   605      ImageEditor openOnClass:self andSelector:#arrowRight
   586      Icon flushCachedIcons
   606      Icon flushCachedIcons"
   587     "
   607     
   588 
   608     ^ Icon constantNamed:'UIPainter class arrowRight'
       
   609         ifAbsentPut:[
       
   610             (Depth1Image new)
       
   611                 width:11;
       
   612                 height:11;
       
   613                 photometric:(#palette);
       
   614                 bitsPerSample:(#[ 1 ]);
       
   615                 samplesPerPixel:(1);
       
   616                 bits:(ByteArray fromPackedString:'?>C?8O_ <>C18OC <^C38O_ ?>C?8@@a');
       
   617                 colorMapFromArray:#[ 0 0 0 255 255 255 ];
       
   618                 mask:((ImageMask new)
       
   619                             width:11;
       
   620                             height:11;
       
   621                             bits:(ByteArray fromPackedString:'@@@@@@ @C@@NA@<@C @L@@ @@@@@@@@a');
       
   622                             yourself);
       
   623                 yourself
       
   624         ]
       
   625 !
       
   626 
       
   627 arrowUp
   589     <resource: #image>
   628     <resource: #image>
   590 
       
   591     ^Icon
       
   592         constantNamed:'UIPainter class arrowRight'
       
   593         ifAbsentPut:[(Depth1Image new) width: 11; height: 11; photometric:(#palette); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?>C?8O_ <>C18OC <^C38O_ ?>C?8@@a') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 11; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@ @C@@NA@<@C @L@@ @@@@@@@@a') ; yourself); yourself]
       
   594 !
       
   595 
       
   596 arrowUp
       
   597     "This resource specification was automatically generated
   629     "This resource specification was automatically generated
   598      by the ImageEditor of ST/X."
   630      by the ImageEditor of ST/X."
   599 
       
   600     "Do not manually edit this!! If it is corrupted,
   631     "Do not manually edit this!! If it is corrupted,
   601      the ImageEditor may not be able to read the specification."
   632      the ImageEditor may not be able to read the specification."
   602 
       
   603     "
   633     "
   604      self arrowUp inspect
   634      self arrowUp inspect
   605      ImageEditor openOnClass:self andSelector:#arrowUp
   635      ImageEditor openOnClass:self andSelector:#arrowUp
   606      Icon flushCachedIcons
   636      Icon flushCachedIcons"
   607     "
   637     
   608 
   638     ^ Icon constantNamed:'UIPainter class arrowUp'
       
   639         ifAbsentPut:[
       
   640             (Depth1Image new)
       
   641                 width:11;
       
   642                 height:11;
       
   643                 photometric:(#palette);
       
   644                 bitsPerSample:(#[ 1 ]);
       
   645                 samplesPerPixel:(1);
       
   646                 bits:(ByteArray fromPackedString:'?>C?8O? >>C18NC 0FC?8O? ?>C?8@@a');
       
   647                 colorMapFromArray:#[ 0 0 0 255 255 255 ];
       
   648                 mask:((ImageMask new)
       
   649                             width:11;
       
   650                             height:11;
       
   651                             bits:(ByteArray fromPackedString:'@@@@@@@@A@@NG1<@O8@@@@@@@@@@AP@a');
       
   652                             yourself);
       
   653                 yourself
       
   654         ]
       
   655 !
       
   656 
       
   657 browseActionImage
   609     <resource: #image>
   658     <resource: #image>
   610 
       
   611     ^Icon
       
   612         constantNamed:'UIPainter class arrowUp'
       
   613         ifAbsentPut:[(Depth1Image new) width: 11; height: 11; photometric:(#palette); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?>C?8O? >>C18NC 0FC?8O? ?>C?8@@a') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 11; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@A@@NG1<@O8@@@@@@@@@@AP@a') ; yourself); yourself]
       
   614 !
       
   615 
       
   616 browseActionImage
       
   617     "This resource specification was automatically generated
   659     "This resource specification was automatically generated
   618      by the ImageEditor of ST/X."
   660      by the ImageEditor of ST/X."
   619 
       
   620     "Do not manually edit this!! If it is corrupted,
   661     "Do not manually edit this!! If it is corrupted,
   621      the ImageEditor may not be able to read the specification."
   662      the ImageEditor may not be able to read the specification."
   622 
       
   623     "
   663     "
   624      self browseActionImage inspect
   664      self browseActionImage inspect
   625      ImageEditor openOnClass:self andSelector:#browseActionImage
   665      ImageEditor openOnClass:self andSelector:#browseActionImage
   626      Icon flushCachedIcons
   666      Icon flushCachedIcons"
   627     "
   667     
   628 
   668     ^ Icon constantNamed:'UIPainter class browseActionImage'
   629     <resource: #image>
   669         ifAbsentPut:[
   630 
   670             (Depth8Image new)
   631     ^Icon
   671                 width:11;
   632         constantNamed:'UIPainter class browseActionImage'
   672                 height:12;
   633         ifAbsentPut:[(Depth8Image new) width: 11; height: 12; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   673                 photometric:(#palette);
       
   674                 bitsPerSample:(#[ 8 ]);
       
   675                 samplesPerPixel:(1);
       
   676                 bits:(ByteArray 
       
   677                             fromPackedString:'
   634 R@@@RT%RST1LTD9H@D%IT%MRSD1PS$!!RT$5RUEILT%INT%UVT%YWU%IVUUIHT%!!YV%-ZVU!!RWD!!MT%Y[@E-VT%5\RD1RU%,@V5YRWU1HT%!!YV%-ZVU!!RWEIU
   678 R@@@RT%RST1LTD9H@D%IT%MRSD1PS$!!RT$5RUEILT%INT%UVT%YWU%IVUUIHT%!!YV%-ZVU!!RWD!!MT%Y[@E-VT%5\RD1RU%,@V5YRWU1HT%!!YV%-ZVU!!RWEIU
   635 U%IVU5YRU%URZ%IR@EITT ART&,@@@@@T%MR@@@@@@@@@@@@T @@@@@@') ; colorMapFromArray:#[255 248 248 63 144 224 64 152 232 79 160 232 64 152 224 64 144 224 63 136 224 48 128 216 48 120 216 47 112 216 47 112 208 32 104 208 32 96 208 31 88 200 16 88 200 16 80 200 15 72 192 15 64 192 0 64 192 0 56 184 0 56 176 0 48 160 143 200 248 128 200 248 127 192 248 112 184 248 111 176 248 96 168 248 95 160 248 80 152 248 79 144 248 64 128 248 63 120 248 48 112 248 32 104 248 31 96 248 16 88 248 15 80 248 0 72 248 0 64 240 0 48 168 112 176 248 111 168 248 96 160 248 95 152 248 80 144 248 79 136 248 63 128 248 48 120 248 47 112 248 15 72 248 0 48 176 95 168 232 191 224 248 191 216 248 176 208 248 175 208 248 175 200 248 160 200 248 160 192 248 159 192 248 159 184 248 144 184 248 144 176 248 143 168 248 128 168 248 128 160 248 127 160 248 127 152 240 31 72 176 111 168 232 127 160 216 207 216 240 240 240 248 240 232 240 63 88 176 239 232 240 240 240 240 48 88 176 96 168 224 224 224 232 96 160 224 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 48 80 176 223 216 224 96 152 224 96 152 216 95 152 216 48 120 208 80 144 208 80 136 208 79 128 200 79 120 200 79 120 192 64 112 192 64 104 184 63 104 184 63 96 184 15 56 160]; mask:((Depth1Image new) width: 11; height: 12; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'A@@N@F;@?>A?0G>@O8A?0O? [,@N@@P@') ; yourself); yourself]
   679 U%IVU5YRU%URZ%IR@EITT ART&,@@@@@T%MR@@@@@@@@@@@@T @@@@@@');
       
   680                 colorMapFromArray:#[ 255 248 248 63 144 224 64 152 232 79 160 232 64 152 224 64 144 224 63 136 224 48 128 216 48 120 216 47 112 216 47 112 208 32 104 208 32 96 208 31 88 200 16 88 200 16 80 200 15 72 192 15 64 192 0 64 192 0 56 184 0 56 176 0 48 160 143 200 248 128 200 248 127 192 248 112 184 248 111 176 248 96 168 248 95 160 248 80 152 248 79 144 248 64 128 248 63 120 248 48 112 248 32 104 248 31 96 248 16 88 248 15 80 248 0 72 248 0 64 240 0 48 168 112 176 248 111 168 248 96 160 248 95 152 248 80 144 248 79 136 248 63 128 248 48 120 248 47 112 248 15 72 248 0 48 176 95 168 232 191 224 248 191 216 248 176 208 248 175 208 248 175 200 248 160 200 248 160 192 248 159 192 248 159 184 248 144 184 248 144 176 248 143 168 248 128 168 248 128 160 248 127 160 248 127 152 240 31 72 176 111 168 232 127 160 216 207 216 240 240 240 248 240 232 240 63 88 176 239 232 240 240 240 240 48 88 176 96 168 224 224 224 232 96 160 224 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 48 80 176 223 216 224 96 152 224 96 152 216 95 152 216 48 120 208 80 144 208 80 136 208 79 128 200 79 120 200 79 120 192 64 112 192 64 104 184 63 104 184 63 96 184 15 56 160 ];
       
   681                 mask:((ImageMask new)
       
   682                             width:11;
       
   683                             height:12;
       
   684                             bits:(ByteArray fromPackedString:'A@@N@F;@?>A?0G>@O8A?0O? [,@N@@P@');
       
   685                             yourself);
       
   686                 yourself
       
   687         ]
   636 !
   688 !
   637 
   689 
   638 defaultIcon
   690 defaultIcon
   639     <resource: #programImage>
   691     <resource: #programImage>
   640 
   692