ImageEditor.st
changeset 3644 61d49e748c1f
parent 3635 74101a749a34
child 3650 2fa5225d8d65
equal deleted inserted replaced
3643:c3d51a2ffb18 3644:61d49e748c1f
   305         yourself
   305         yourself
   306 ! !
   306 ! !
   307 
   307 
   308 !ImageEditor class methodsFor:'help specs'!
   308 !ImageEditor class methodsFor:'help specs'!
   309 
   309 
   310 helpPairs
   310 helpSpec
   311     "This resource specification was automatically generated
   311     "This resource specification was automatically generated
   312      by the UIHelpTool of ST/X."
   312      by the UIHelpTool of ST/X."
   313 
   313 
   314     "Do not manually edit this!! If it is corrupted,
   314     "Do not manually edit this!! If it is corrupted,
   315      the UIHelpTool may not be able to read the specification."
   315      the UIHelpTool may not be able to read the specification."
   318      UIHelpTool openOnClass:ImageEditor
   318      UIHelpTool openOnClass:ImageEditor
   319     "
   319     "
   320 
   320 
   321     <resource: #help>
   321     <resource: #help>
   322 
   322 
   323     ^ #(
   323     ^super helpSpec addPairsFrom: #(
   324 
   324 
   325 #autoCropAll
   325 #autoCropAll
   326 'Find and remove all borders'
   326 'Find and remove all borders'
   327 
   327 
   328 #autoCropBottom
   328 #autoCropBottom
   622 #xfileSaveMethodAs
   622 #xfileSaveMethodAs
   623 'Save as Method...'
   623 'Save as Method...'
   624 
   624 
   625 )
   625 )
   626 
   626 
   627     "Modified: / 27-05-2018 / 12:16:51 / Claus Gittinger"
       
   628 !
       
   629 
       
   630 helpSpec
       
   631     <resource: #programHelp>
       
   632 
       
   633     ^super helpSpec addPairsFrom:(self helpPairs)
       
   634 
       
   635     "Modified: / 16-02-2017 / 12:30:55 / cg"
   627     "Modified: / 16-02-2017 / 12:30:55 / cg"
       
   628     "Modified: / 28-02-2019 / 11:57:39 / Claus Gittinger"
   636 ! !
   629 ! !
   637 
   630 
   638 !ImageEditor class methodsFor:'image specs'!
   631 !ImageEditor class methodsFor:'image specs'!
   639 
   632 
   640 brighterIcon
   633 brighterIcon