ImageEditor.st
changeset 2837 491837239003
parent 2827 c99d2c520b28
child 2841 5f247fa01174
equal deleted inserted replaced
2836:a2e82ebd3bc3 2837:491837239003
   581     <resource: #image>
   581     <resource: #image>
   582 
   582 
   583     ^Icon
   583     ^Icon
   584         constantNamed:'ImageEditor class fillRectIcon'
   584         constantNamed:'ImageEditor class fillRectIcon'
   585         ifAbsentPut:[(Depth1Image new) width: 14; height: 14; photometric:(#palette); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@A@@@@@@@@@@@@@@@@@@@@@@@@@@D@@@@a') ; colorMapFromArray:#[0 0 0 255 0 0]; mask:((Depth1Image new) width: 14; height: 14; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@C?0O?@?<C?0O?@?<C?0O?@?<C?0@@@@@@@a') ; yourself); yourself]
   585         ifAbsentPut:[(Depth1Image new) width: 14; height: 14; photometric:(#palette); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@A@@@@@@@@@@@@@@@@@@@@@@@@@@D@@@@a') ; colorMapFromArray:#[0 0 0 255 0 0]; mask:((Depth1Image new) width: 14; height: 14; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@C?0O?@?<C?0O?@?<C?0O?@?<C?0@@@@@@@a') ; yourself); yourself]
       
   586 !
       
   587 
       
   588 flipHorizontalIcon
       
   589     "This resource specification was automatically generated
       
   590      by the ImageEditor of ST/X."
       
   591 
       
   592     "Do not manually edit this!! If it is corrupted,
       
   593      the ImageEditor may not be able to read the specification."
       
   594 
       
   595     "
       
   596      self flipHorizontalIcon inspect
       
   597      ImageEditor openOnClass:self andSelector:#flipHorizontalIcon
       
   598      Icon flushCachedIcons
       
   599     "
       
   600 
       
   601     <resource: #image>
       
   602 
       
   603     ^Icon
       
   604         constantNamed:'ImageEditor class flipHorizontalIcon'
       
   605         ifAbsentPut:[(Depth1Image new) width: 14; height: 14; photometric:(#palette); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0]; mask:((Depth1Image new) width: 14; height: 14; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@A@C?8HP )JC$8_?1??C$8JR !!BC?8@P@@@@@a') ; yourself); yourself]
       
   606 !
       
   607 
       
   608 flipVerticalIcon
       
   609     "This resource specification was automatically generated
       
   610      by the ImageEditor of ST/X."
       
   611 
       
   612     "Do not manually edit this!! If it is corrupted,
       
   613      the ImageEditor may not be able to read the specification."
       
   614 
       
   615     "
       
   616      self flipVerticalIcon inspect
       
   617      ImageEditor openOnClass:self andSelector:#flipVerticalIcon
       
   618      Icon flushCachedIcons
       
   619     "
       
   620 
       
   621     <resource: #image>
       
   622 
       
   623     ^Icon
       
   624         constantNamed:'ImageEditor class flipVerticalIcon'
       
   625         ifAbsentPut:[(Depth1Image new) width: 14; height: 14; photometric:(#palette); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0]; mask:((Depth1Image new) width: 14; height: 14; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C@C?0I9@/4BLPH1A?>BLPH1@/4B^PO?@C@@@a') ; yourself); yourself]
   586 !
   626 !
   587 
   627 
   588 leftMouseKeyIcon
   628 leftMouseKeyIcon
   589     "This resource specification was automatically generated
   629     "This resource specification was automatically generated
   590      by the ImageEditor of ST/X."
   630      by the ImageEditor of ST/X."
  2244                   activeHelpKey: editFlipVertical
  2284                   activeHelpKey: editFlipVertical
  2245                   enabled: imageIsLoadedHolder
  2285                   enabled: imageIsLoadedHolder
  2246                   label: 'Flip - Vertical'
  2286                   label: 'Flip - Vertical'
  2247                   itemValue: doFlipVertical
  2287                   itemValue: doFlipVertical
  2248                   translateLabel: true
  2288                   translateLabel: true
       
  2289                   labelImage: (ResourceRetriever ImageEditor flipVerticalIcon 'Flip - Vertical')
  2249                 )
  2290                 )
  2250                (MenuItem
  2291                (MenuItem
  2251                   activeHelpKey: editFlipHorizontal
  2292                   activeHelpKey: editFlipHorizontal
  2252                   enabled: imageIsLoadedHolder
  2293                   enabled: imageIsLoadedHolder
  2253                   label: 'Flip - Horizontal'
  2294                   label: 'Flip - Horizontal'
  2254                   itemValue: doFlipHorizontal
  2295                   itemValue: doFlipHorizontal
  2255                   translateLabel: true
  2296                   translateLabel: true
       
  2297                   labelImage: (ResourceRetriever ImageEditor flipHorizontalIcon 'Flip - Horizontal')
  2256                 )
  2298                 )
  2257                )
  2299                )
  2258               nil
  2300               nil
  2259               nil
  2301               nil
  2260             )
  2302             )
  2383           )
  2425           )
  2384          )
  2426          )
  2385         nil
  2427         nil
  2386         nil
  2428         nil
  2387       )
  2429       )
  2388 
       
  2389     "Modified: / 21-10-2010 / 15:02:54 / cg"
       
  2390 !
  2430 !
  2391 
  2431 
  2392 menuFile
  2432 menuFile
  2393     "This resource specification was automatically generated
  2433     "This resource specification was automatically generated
  2394      by the MenuEditor of ST/X."
  2434      by the MenuEditor of ST/X."