ImageEditor.st
changeset 3488 e9655ba452c7
parent 3487 f54ee88a464d
child 3489 ed003c06c33b
equal deleted inserted replaced
3487:f54ee88a464d 3488:e9655ba452c7
   330 
   330 
   331 #drawingColor2
   331 #drawingColor2
   332 'The color associated to the right mouse button.\Also the second color used in gradient fill operations'
   332 'The color associated to the right mouse button.\Also the second color used in gradient fill operations'
   333 
   333 
   334 #drawingAlpha
   334 #drawingAlpha
   335 'The alpha value to be used in edit operations.\If the "mask"-color is selected, only the alpha value will be changed.\Otherwise, the selected color plus this alpha value will be used for drawing'
   335 'The alpha value (in percent) to be used in edit operations.\If the "mask"-color is selected, only the alpha value will be changed.\Otherwise, the selected color plus this alpha value will be used for drawing'
   336 
   336 
   337 #autoCropAll
   337 #autoCropAll
   338 'Find and remove all borders'
   338 'Find and remove all borders'
   339 
   339 
   340 #autoCropBottom
   340 #autoCropBottom
   604 #xfileSaveMethodAs
   604 #xfileSaveMethodAs
   605 'Save as Method...'
   605 'Save as Method...'
   606 
   606 
   607 )
   607 )
   608 
   608 
   609     "Modified: / 05-09-2017 / 10:38:06 / cg"
   609     "Modified: / 05-09-2017 / 10:47:35 / cg"
   610 !
   610 !
   611 
   611 
   612 helpSpec
   612 helpSpec
   613     "This resource specification was automatically generated
   613     "This resource specification was automatically generated
   614      by the UIHelpTool of ST/X."
   614      by the UIHelpTool of ST/X."
  2686           )
  2686           )
  2687         
  2687         
  2688        )
  2688        )
  2689      )
  2689      )
  2690 
  2690 
  2691     "Modified: / 05-09-2017 / 10:38:33 / cg"
  2691     "Modified: / 05-09-2017 / 10:46:56 / cg"
  2692 ! !
  2692 ! !
  2693 
  2693 
  2694 !ImageEditor class methodsFor:'menu specs'!
  2694 !ImageEditor class methodsFor:'menu specs'!
  2695 
  2695 
  2696 colorMapMenu
  2696 colorMapMenu
  4332         holder onChangeEvaluate:[ imageEditView drawingAlpha:holder value ].
  4332         holder onChangeEvaluate:[ imageEditView drawingAlpha:holder value ].
  4333     ].
  4333     ].
  4334     ^ holder
  4334     ^ holder
  4335 
  4335 
  4336     "Created: / 05-09-2017 / 00:38:14 / cg"
  4336     "Created: / 05-09-2017 / 00:38:14 / cg"
  4337     "Modified: / 05-09-2017 / 10:35:25 / cg"
  4337     "Modified: / 05-09-2017 / 10:47:01 / cg"
  4338 !
  4338 !
  4339 
  4339 
  4340 alphaText
  4340 alphaText
  4341     ^ 'alpha:'
  4341     ^ 'alpha:'
  4342 
  4342