LayoutOrigin.st
changeset 219 106b86ca81da
parent 191 cb2815b77100
child 229 612861ef768a
--- a/LayoutOrigin.st	Thu Apr 25 18:09:57 1996 +0200
+++ b/LayoutOrigin.st	Thu Apr 25 18:21:10 1996 +0200
@@ -43,12 +43,15 @@
     component and an offset component.
 
     See also:
-	LayoutFrame AlignmentOrigin Layout
+        LayoutFrame AlignmentOrigin 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.
+
+    [author:]
+        Claus Gittinger
 "
 !
 
@@ -319,5 +322,5 @@
 !LayoutOrigin class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/LayoutOrigin.st,v 1.10 1996-04-22 11:02:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/LayoutOrigin.st,v 1.11 1996-04-25 16:20:55 cg Exp $'
 ! !