ImageEditor.st
changeset 2876 3c7d06dab802
parent 2871 23c3bb9d51be
child 2877 1a7cd3e6eea1
equal deleted inserted replaced
2875:90b475557eb7 2876:3c7d06dab802
  2532             label: 'New ImageEditor'
  2532             label: 'New ImageEditor'
  2533             itemValue: doNewImageEditor
  2533             itemValue: doNewImageEditor
  2534             translateLabel: true
  2534             translateLabel: true
  2535           )
  2535           )
  2536          (MenuItem
  2536          (MenuItem
       
  2537             label: '-'
       
  2538           )
       
  2539          (MenuItem
  2537             activeHelpKey: fileNewImage
  2540             activeHelpKey: fileNewImage
  2538             label: 'New...'
  2541             label: 'New...'
  2539             itemValue: doNewImage
  2542             itemValue: doNewImage
  2540             translateLabel: true
  2543             translateLabel: true
  2541           )
  2544           )
  2687          )
  2690          )
  2688         nil
  2691         nil
  2689         nil
  2692         nil
  2690       )
  2693       )
  2691 
  2694 
  2692     "Modified: / 21-10-2010 / 14:30:06 / cg"
  2695     "Modified: / 01-02-2012 / 15:00:50 / cg"
  2693 !
  2696 !
  2694 
  2697 
  2695 menuMouseButtonColors
  2698 menuMouseButtonColors
  2696     "This resource specification was automatically generated
  2699     "This resource specification was automatically generated
  2697      by the MenuEditor of ST/X."
  2700      by the MenuEditor of ST/X."
  2834      by the MenuEditor of ST/X."
  2837      by the MenuEditor of ST/X."
  2835 
  2838 
  2836     "Do not manually edit this!! If it is corrupted,
  2839     "Do not manually edit this!! If it is corrupted,
  2837      the MenuEditor may not be able to read the specification."
  2840      the MenuEditor may not be able to read the specification."
  2838 
  2841 
       
  2842 
  2839     "
  2843     "
  2840      MenuEditor new openOnClass:ImageEditor andSelector:#menuToolbar
  2844      MenuEditor new openOnClass:ImageEditor andSelector:#menuToolbar
  2841      (Menu new fromLiteralArrayEncoding:(ImageEditor menuToolbar)) startUp
  2845      (Menu new fromLiteralArrayEncoding:(ImageEditor menuToolbar)) startUp
  2842     "
  2846     "
  2843 
  2847 
  2851             label: 'newImage'
  2855             label: 'newImage'
  2852             itemValue: doNewImage
  2856             itemValue: doNewImage
  2853             translateLabel: true
  2857             translateLabel: true
  2854             isButton: true
  2858             isButton: true
  2855             labelImage: (ResourceRetriever ToolbarIconLibrary newImageIcon)
  2859             labelImage: (ResourceRetriever ToolbarIconLibrary newImageIcon)
       
  2860           )
       
  2861          (MenuItem
       
  2862             activeHelpKey: fileGrabImageFromScreen
       
  2863             label: 'grabScreenImage'
       
  2864             itemValue: grabScreenImage
       
  2865             translateLabel: true
       
  2866             isButton: true
       
  2867             labelImage: (ResourceRetriever ToolbarIconLibrary snapshot16x16Icon)
  2856           )
  2868           )
  2857          (MenuItem
  2869          (MenuItem
  2858             label: '-'
  2870             label: '-'
  2859           )
  2871           )
  2860          (MenuItem
  2872          (MenuItem
  2945          )
  2957          )
  2946         nil
  2958         nil
  2947         nil
  2959         nil
  2948       )
  2960       )
  2949 
  2961 
  2950     "Modified: / 21-10-2010 / 14:57:32 / cg"
  2962     "Modified: / 01-02-2012 / 14:13:07 / cg"
  2951 !
  2963 !
  2952 
  2964 
  2953 modeMenu
  2965 modeMenu
  2954     "This resource specification was automatically generated
  2966     "This resource specification was automatically generated
  2955      by the MenuEditor of ST/X."
  2967      by the MenuEditor of ST/X."