GeometricWrapper.st
changeset 265 45c83acd7562
parent 254 1286cec58b5d
child 279 bf069aab8a8c
--- a/GeometricWrapper.st	Mon May 13 10:30:42 1996 +0200
+++ b/GeometricWrapper.st	Mon May 13 10:50:38 1996 +0200
@@ -50,6 +50,13 @@
      keep any color or lineStyle attributes. Wrappers add this information
      and can also be used as components of a view)
 
+    Notice: 
+        this class was implemented using protocol information
+        from alpha testers 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.
+
     [see also:]
         StrokingWrapper FillingWrapper
         Geometric GraphicsContext
@@ -75,5 +82,5 @@
 !GeometricWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/GeometricWrapper.st,v 1.2 1996-05-09 08:43:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/GeometricWrapper.st,v 1.3 1996-05-13 08:50:25 cg Exp $'
 ! !