ImageEditor.st
changeset 1545 4f8b08f745eb
parent 1544 1048b548abfa
child 1556 92d3ec7850cd
equal deleted inserted replaced
1544:1048b548abfa 1545:4f8b08f745eb
   192 
   192 
   193     "Modified: / 31.7.1998 / 01:57:34 / cg"
   193     "Modified: / 31.7.1998 / 01:57:34 / cg"
   194 ! !
   194 ! !
   195 
   195 
   196 !ImageEditor class methodsFor:'help specs'!
   196 !ImageEditor class methodsFor:'help specs'!
       
   197 
       
   198 flyByHelpSpec
       
   199     <resource: #help>
       
   200 
       
   201     ^super flyByHelpSpec addPairsFrom:#(
       
   202 
       
   203 #drawModeBox
       
   204 'Rectangle'
       
   205 
       
   206 #drawModeCopy
       
   207 'Copy'
       
   208 
       
   209 #drawModeFill
       
   210 'Flood-fill'
       
   211 
       
   212 #drawModeFilledBox
       
   213 'Fill Rectangle'
       
   214 
       
   215 #drawModePaste
       
   216 'Paste'
       
   217 
       
   218 #drawModePasteUnder
       
   219 'Paste under'
       
   220 
       
   221 #drawModePoint
       
   222 'Point'
       
   223 
       
   224 #fileGrabImage
       
   225 'Pick from screen.'
       
   226 
       
   227 #fileLoadFromClass
       
   228 'Load from Method'
       
   229 
       
   230 #fileLoadFromFile
       
   231 'Load from File.'
       
   232 
       
   233 #fileNewImage
       
   234 'New image'
       
   235 
       
   236 #filePrint
       
   237 'Print'
       
   238 
       
   239 #fileSaveAs
       
   240 'Save to file.'
       
   241 
       
   242 #fileSaveMaskAs
       
   243 'Save to file.'
       
   244 
       
   245 #fileSaveMethod
       
   246 'Save as method'
       
   247 
       
   248 #fileSaveMethodAs
       
   249 'Save as method'
       
   250 
       
   251 )
       
   252 !
   197 
   253 
   198 helpSpec
   254 helpSpec
   199     "This resource specification was automatically generated
   255     "This resource specification was automatically generated
   200      by the UIHelpTool of ST/X."
   256      by the UIHelpTool of ST/X."
   201 
   257