*** empty log message ***
authorca
Thu, 03 Jul 1997 10:35:38 +0200
changeset 201 b10f071028cb
parent 200 bae1541cda28
child 202 0552c63ee68b
*** empty log message ***
UILayoutTool.st
--- a/UILayoutTool.st	Thu Jul 03 10:34:31 1997 +0200
+++ b/UILayoutTool.st	Thu Jul 03 10:35:38 1997 +0200
@@ -111,36 +111,46 @@
     "
   ^ super helpSpec addPairsFrom:#(
 
-#layoutTool     'tool to set the layout of the component'
-
-#originX        'absolute origin x'
-#originY        'absolute origin y'
-#cornerX        'absolute corner x'
-#cornerY        'absolute corner y'
-
-#leftRelative   'relative origin x'
-#topRelative    'relative origin y'
-
 #leftAbsolute
 'offset of the left edge; positive
 is to the right, negative to the left'
 
+#originY
+'absolute origin y'
+
+#cornerY
+'absolute corner y'
+
+#makeLeftAbsolute
+'compute current left offset and relative
+origin x to an absolute origin x'
+
 #topAbsolute
 'offset of the top edge; positive
 is to the bottom, negative to the top'
 
-#makeLeftAbsolute
-'compute current left offset and relative
-origin x to an absolute origin x'
+#makeTopRelative
+'compute current relative origin y and offset
+of the top edge to a relative origin y'
+
+#leftRelative
+'relative origin x'
 
 #makeLeftRelative
 'compute current relative origin x and offset
 of the left edge to a relative origin x'
 
-#makeTopRelative
-'compute current relative origin y and offset
-of the top edge to a relative origin y'
+#topRelative
+'relative origin y'
+
+#originX
+'absolute origin x'
 
+#cornerX
+'absolute corner x'
+
+#layoutTool
+'tool to set the layout of the component'
 
 #makeTopAbsolute
 'compute current top offset and relative