update help text
authorca
Fri, 27 Jun 1997 14:54:23 +0200
changeset 185 10b797de4c2d
parent 184 700f2ee9911e
child 186 23d754f0864b
update help text
UILayoutTool.st
--- a/UILayoutTool.st	Fri Jun 27 11:59:12 1997 +0200
+++ b/UILayoutTool.st	Fri Jun 27 14:54:23 1997 +0200
@@ -122,28 +122,28 @@
 #topRelative    'relative origin y'
 
 #leftAbsolute
-'inset of the left edge; positive
+'offset of the left edge; positive
 is to the right, negative to the left'
 
 #topAbsolute
-'inset of the top edge; positive
+'offset of the top edge; positive
 is to the bottom, negative to the top'
 
 #makeLeftAbsolute
-'compute current left inset and relative
+'compute current left offset and relative
 origin x to an absolute origin x'
 
 #makeLeftRelative
-'compute current relative origin x and inset
+'compute current relative origin x and offset
 of the left edge to a relative origin x'
 
 #makeTopRelative
-'compute current relative origin y and inset
+'compute current relative origin y and offset
 of the top edge to a relative origin y'
 
 
 #makeTopAbsolute
-'compute current top inset and relative
+'compute current top offset and relative
 origin y to an absolute origin y'
 
 )
@@ -186,7 +186,7 @@
                  #(#LabelSpec
                     #'name:' 'labelAbsolute'
                     #'layout:' #(#Point 154 13)
-                    #'label:' 'absolute'
+                    #'label:' 'offset'
                 )
                  #(#LabelSpec
                     #'name:' 'labelLeft'
@@ -679,17 +679,17 @@
 #alignVertical    'vertical inset to the location point of the component'
 #alignHorizontal  'horizontal inset to the location point of the component'
 
-#alignTopLeft      'align component to origin x  and origin y'
-#alignLeftCenter   'align component to origin x  and (corner y)//2'
-#alignBottomLeft   'align component to origin x  and corner y'
+#alignTopLeft      'align components topLeft to location'
+#alignLeftCenter   'align components leftCenter to location'
+#alignBottomLeft   'align components bottomLeft to location'
 
-#alignTopRight     'align component to corner x  and origin y'
-#alignRightCenter  'align component to corner x  and (corner y)//2'
-#alignBottomRight  'align component to corner x  and corner y'
+#alignTopRight     'align components topRight to location'
+#alignRightCenter  'align components rightCenter to location'
+#alignBottomRight  'align components bottomRight to location'
 
-#alignTopCenter    'align component to (corner x)//2  and origin y'
-#alignCenter       'align component to (corner x)//2  and (corner y)//2'
-#alignBottomCenter 'align component to (corner x)//2  and corner y'
+#alignTopCenter    'align components topCenter to location'
+#alignCenter       'align components center to location'
+#alignBottomCenter 'align components bottomCenter to location'
 
 )
 ! !
@@ -1082,28 +1082,28 @@
   ^ super helpSpec addPairsFrom:#(
 
 #makeRightRelative
-'compute current relative corner x and inset
+'compute current relative corner x and offset
 of the right edge to a relative corner x'
 
 #makeBottomRelative
-'compute current relative corner y and inset
+'compute current relative corner y and offset
 of the bottom edge to a relative corner y'
 
 #makeBottomAbsolute
-'compute current bottom inset and relative
+'compute current bottom offset and relative
 corner y to an absolute corner y'
 
 #makeRightAbsolute
-'compute current right inset and relative
+'compute current right offset and relative
 corner x to an absolute corner x'
 
 #bottomAbsolute
-'inset of the bottom edge; positive
-is to the top, negative to the bottom'
+'offset of the bottom edge; positive
+is to the bottom, negative to the top'
 
 #rightAbsolute
-'inset of the right edge; positive
-is to the left, negative to the right'
+'offset of the right edge; positive
+is to the right, negative to the left'
 
 #rightRelative          'relative corner x'
 #bottomRelative         'relative corner y'