UIPainter.st
changeset 2175 f8dd64f73dfc
parent 2159 7f02407f0bbf
child 2198 804e778590fc
equal deleted inserted replaced
2174:7beca4d9c93a 2175:f8dd64f73dfc
   615         constantNamed:#'UIPainter class arrowUp'
   615         constantNamed:#'UIPainter class arrowUp'
   616         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]
   616         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]
   617 !
   617 !
   618 
   618 
   619 defaultIcon
   619 defaultIcon
       
   620     <resource: #programImage>
       
   621 
   620     ^ ToolbarIconLibrary startUIPainterIcon
   622     ^ ToolbarIconLibrary startUIPainterIcon
   621 
   623 
   622     "Created: / 10-02-2007 / 14:45:56 / cg"
   624     "Created: / 10-02-2007 / 14:45:56 / cg"
       
   625     "Modified: / 17-09-2007 / 11:36:33 / cg"
   623 !
   626 !
   624 
   627 
   625 iconAlignB
   628 iconAlignB
   626     "This resource specification was automatically generated
   629     "This resource specification was automatically generated
   627      by the ImageEditor of ST/X."
   630      by the ImageEditor of ST/X."