ImageEditor.st
changeset 3513 79c3eab8cb2f
parent 3512 36cd31bca6a4
child 3526 d27e02006468
equal deleted inserted replaced
3512:36cd31bca6a4 3513:79c3eab8cb2f
   301         yourself
   301         yourself
   302 ! !
   302 ! !
   303 
   303 
   304 !ImageEditor class methodsFor:'help specs'!
   304 !ImageEditor class methodsFor:'help specs'!
   305 
   305 
   306 flyByHelpSpec
       
   307     <resource: #programHelp>
       
   308 
       
   309     ^super flyByHelpSpec addPairsFrom:(self helpPairs)
       
   310 
       
   311     "Modified: / 16-02-2017 / 12:30:55 / cg"
       
   312 !
       
   313 
       
   314 helpPairs
   306 helpPairs
   315     "This resource specification was automatically generated
   307     "This resource specification was automatically generated
   316      by the UIHelpTool of ST/X."
   308      by the UIHelpTool of ST/X."
   317 
   309 
   318     "Do not manually edit this!! If it is corrupted,
   310     "Do not manually edit this!! If it is corrupted,
   609 
   601 
   610     "Modified: / 07-12-2017 / 15:32:58 / cg"
   602     "Modified: / 07-12-2017 / 15:32:58 / cg"
   611 !
   603 !
   612 
   604 
   613 helpSpec
   605 helpSpec
   614     "This resource specification was automatically generated
       
   615      by the UIHelpTool of ST/X."
       
   616 
       
   617     "Do not manually edit this!! If it is corrupted,
       
   618      the UIHelpTool may not be able to read the specification."
       
   619 
       
   620     "
       
   621      UIHelpTool openOnClass:ImageEditor
       
   622     "
       
   623 
       
   624     <resource: #programHelp>
   606     <resource: #programHelp>
   625 
   607 
   626     ^super helpSpec addPairsFrom:(self helpPairs)
   608     ^super helpSpec addPairsFrom:(self helpPairs)
   627 
   609 
   628     "Modified: / 16-02-2017 / 12:30:50 / cg"
   610     "Modified: / 16-02-2017 / 12:30:55 / cg"
   629 ! !
   611 ! !
   630 
   612 
   631 !ImageEditor class methodsFor:'image specs'!
   613 !ImageEditor class methodsFor:'image specs'!
   632 
   614 
   633 brighterIcon
   615 brighterIcon