LayoutWrapper.st
changeset 365 47e0d48fd769
parent 323 ee2f4da361a6
child 1789 f52f0a0d8448
--- a/LayoutWrapper.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/LayoutWrapper.st	Tue Jan 14 18:02:37 1997 +0100
@@ -5,7 +5,23 @@
 	category:'Graphics-Display Objects'
 !
 
-!LayoutWrapper  class methodsFor:'documentation'!
+!LayoutWrapper class methodsFor:'documentation'!
+
+documentation
+"
+    Notice: 
+        this class was implemented using protocol information
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
+        - it may not be complete or compatible to the corresponding ST-80 class. 
+        If you encounter any incompatibilities, please forward a note 
+        describing the incompatibility verbal (i.e. no code) to the ST/X team.
+
+    [author:]
+        Claus Gittinger
+"
+
+!
 
 examples
 "
@@ -54,7 +70,7 @@
 "
 ! !
 
-!LayoutWrapper  class methodsFor:'instance creation'!
+!LayoutWrapper class methodsFor:'instance creation'!
 
 on:aComponent in:aLayout
     "create and return a layoutWrapper, which controls
@@ -217,8 +233,8 @@
     "Modified: 19.7.1996 / 21:22:11 / cg"
 ! !
 
-!LayoutWrapper  class methodsFor:'documentation'!
+!LayoutWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/LayoutWrapper.st,v 1.4 1996-07-22 09:01:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/LayoutWrapper.st,v 1.5 1997-01-14 17:01:51 cg Exp $'
 ! !