# HG changeset patch # User Claus Gittinger # Date 1007776142 -3600 # Node ID 4f8b08f745eb509a0a7308f444df0cdc8570ac7d # Parent 1048b548abfae5a8783a46e9d344153767177287 flyByHelp stuff diff -r 1048b548abfa -r 4f8b08f745eb ImageEditor.st --- 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 + + + ^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." diff -r 1048b548abfa -r 4f8b08f745eb MenuEditor.st --- a/MenuEditor.st Thu Dec 06 18:28:14 2001 +0100 +++ b/MenuEditor.st Sat Dec 08 02:49:02 2001 +0100 @@ -180,6 +180,41 @@ !MenuEditor class methodsFor:'help specs'! +flyByHelpSpec + + + ^super flyByHelpSpec addPairsFrom:#( + +#addMenuItem +'Add item' + +#addMenuSeparator +'Add separator' + +#addSubMenu +'Add subMenu' + +#addSubMenuLink +'Add linked menu' + +#fileLoad +'Load spec' + +#fileNew +'New spec' + +#filePickAMenu +'Pick a menu' + +#fileSave +'Save spec' + +#fileSaveAs +'Save spec' + +) +! + helpSpec "This resource specification was automatically generated by the UIHelpTool of ST/X." diff -r 1048b548abfa -r 4f8b08f745eb UIPainter.st --- a/UIPainter.st Thu Dec 06 18:28:14 2001 +0100 +++ b/UIPainter.st Sat Dec 08 02:49:02 2001 +0100 @@ -99,6 +99,149 @@ !UIPainter class methodsFor:'help specs'! +flyByHelpSpec + + + ^super flyByHelpSpec addPairsFrom:#( + +#alignSelectionBottom +'Align bottom edges' + +#alignSelectionCenterHor +'Align centers vertically' + +#alignSelectionCenterVer +'Align centers horizontally' + +#alignSelectionLeft +'Align left edges' + +#alignSelectionLeftAndRight +'Align horizontal edges' + +#alignSelectionRight +'Align right edges' + +#alignSelectionTop +'Align top edges' + +#alignSelectionTopAndBottom +'Align vertical edges' + +#centerSelectionHor +'Center horizontally' + +#centerSelectionVer +'Center vertically' + +#changePositionDown +'Move towards bottom.' + +#changePositionLeft +'Move towards left.' + +#changePositionRight +'Move towards right.' + +#changePositionUp +'Move towards top.' + +#editDimensionCopyExtent +'Copy extent' + +#editDimensionCopyLayout +'Copy layout' + +#editDimensionPasteExtent +'Paste extent' + +#editDimensionPasteHeight +'Paste height' + +#editDimensionPasteLayout +'Paste layout' + +#editDimensionPasteWidth +'Paste width' + +#editInspectSpec +'Inspect spec' + +#editInspectView +'Onspect view' + +#editOpenSpecDocumentation +'WidgetDocumentation' + +#fileBrowseAspectMethods +'Browse aspects' + +#fileLoad +'Load spec' + +#fileLoadSubspec +'Load subSpec' + +#fileNew +'New spec' + +#filePickAnInterface +'Pick spec' + +#fileSave +'Save spec' + +#fileSaveAs +'Save spec' + +#fileShowWindowSpec +'View spec.' + +#generateAspectMethods +'Generate aspects' + +#generateHookMethods +'Generate hooks' + +#moveWidgetDown +'Move down' + +#moveWidgetInto +'Move into' + +#moveWidgetOut +'Move out' + +#moveWidgetUp +'Move up' + +#pasteBuffer +'Paste' + +#pasteWithLayout +'Paste with layout' + +#settingsCanvas +'Toggle canvas.' + +#settingsGallery +'Toggle gallery' + +#spreadSelectionHor +'Spread horizontally' + +#spreadSelectionVer +'Spread vertically' + +#testGeometryTestMode +'Toggle test mode' + +#testStartApplication +'Start application' + +) +! + helpSpec "This resource specification was automatically generated by the UIHelpTool of ST/X."