UIPainter.st
changeset 1545 4f8b08f745eb
parent 1540 dda0bf556ebc
child 1554 d5e4612bf7cf
--- 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
+    <resource: #help>
+
+    ^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."