UIPainter.st
changeset 194 2b05bd327785
parent 193 450d9e5c6f4a
child 195 350f95af5d9d
--- a/UIPainter.st	Sat Jun 28 15:13:50 1997 +0200
+++ b/UIPainter.st	Sun Jun 29 10:15:24 1997 +0200
@@ -130,6 +130,55 @@
 'align selected components vertical to the center of
 the dominant component ( underlined )'
 
+#spreadSelectionVer
+'vertical spacing between selected components is made the same'
+
+#spreadSelectionHor
+'horizontal spacing between selected components is made the same'
+
+#centerSelectionHor
+'center components horizontal in contained view'
+
+#centerSelectionVer
+'center vertical horizontal in contained view'
+
+#setToDefaultExtent
+'set selected components to their default extent'
+
+#setToDefaultWidth
+'set selected components to their default width'
+
+#setToDefaultHeight
+'set selected components to their default height'
+
+#copyExtent
+'copy extent of the selected component'
+
+#pasteExtent
+'change extent of all selected components to the
+last copied extent'
+
+#pasteWidth
+'change width of all selected components to the
+last copied extent width'
+
+#pasteHeight
+'change height of all selected components to the
+last copied extent height'
+
+#copyLayout
+'copy layout of the selected component'
+
+#pasteLayout
+'change layout of all selected components to the
+last copied layout'
+
+#pasteBuffer
+'paste components at current mouse position'
+
+#pasteWithLayout
+'paste components without changing their layouts'
+
 )