AlignmentOrigin.st
changeset 216 a5f97668e99a
parent 191 cb2815b77100
child 219 106b86ca81da
--- a/AlignmentOrigin.st	Wed Apr 24 10:43:18 1996 +0200
+++ b/AlignmentOrigin.st	Thu Apr 25 13:09:36 1996 +0200
@@ -43,13 +43,14 @@
     reference point within the component is positioned.
     The reference point itself is specified as fraction of the components size.
 
-    See also:
-	LayoutOrigin LayoutFrame Layout
-
     Notice: this class was implemented using protocol information
     from alpha testers - it may not be complete or compatible to
     the corresponding ST-80 class. If you encounter any incompatibilities,
     please forward a note to the ST/X team.
+
+    [See also:]
+        LayoutOrigin LayoutFrame Layout
+        View
 "
 !
 
@@ -236,5 +237,5 @@
 !AlignmentOrigin class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/AlignmentOrigin.st,v 1.9 1996-04-22 11:01:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/AlignmentOrigin.st,v 1.10 1996-04-25 11:09:36 cg Exp $'
 ! !