ImageEditor.st
changeset 1545 4f8b08f745eb
parent 1544 1048b548abfa
child 1556 92d3ec7850cd
--- a/ImageEditor.st	Thu Dec 06 18:28:14 2001 +0100
+++ b/ImageEditor.st	Sat Dec 08 02:49:02 2001 +0100
@@ -195,6 +195,62 @@
 
 !ImageEditor class methodsFor:'help specs'!
 
+flyByHelpSpec
+    <resource: #help>
+
+    ^super flyByHelpSpec addPairsFrom:#(
+
+#drawModeBox
+'Rectangle'
+
+#drawModeCopy
+'Copy'
+
+#drawModeFill
+'Flood-fill'
+
+#drawModeFilledBox
+'Fill Rectangle'
+
+#drawModePaste
+'Paste'
+
+#drawModePasteUnder
+'Paste under'
+
+#drawModePoint
+'Point'
+
+#fileGrabImage
+'Pick from screen.'
+
+#fileLoadFromClass
+'Load from Method'
+
+#fileLoadFromFile
+'Load from File.'
+
+#fileNewImage
+'New image'
+
+#filePrint
+'Print'
+
+#fileSaveAs
+'Save to file.'
+
+#fileSaveMaskAs
+'Save to file.'
+
+#fileSaveMethod
+'Save as method'
+
+#fileSaveMethodAs
+'Save as method'
+
+)
+!
+
 helpSpec
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."