Layout.st
changeset 219 106b86ca81da
parent 216 a5f97668e99a
child 229 612861ef768a
--- a/Layout.st	Thu Apr 25 18:09:57 1996 +0200
+++ b/Layout.st	Thu Apr 25 18:21:10 1996 +0200
@@ -45,12 +45,15 @@
     and install it as layout-object in your view).
 
     See more info & examples in concrete subclasses:
-	LayoutOrigin LayoutFrame AlignmentOrigin
+        LayoutOrigin LayoutFrame AlignmentOrigin
 
     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
 "
 ! !
 
@@ -79,5 +82,5 @@
 !Layout class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Layout.st,v 1.9 1996-04-25 11:09:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Layout.st,v 1.10 1996-04-25 16:20:30 cg Exp $'
 ! !