FillingWrapper.st
changeset 265 45c83acd7562
parent 254 1286cec58b5d
child 266 e9d35cd74f64
--- a/FillingWrapper.st	Mon May 13 10:30:42 1996 +0200
+++ b/FillingWrapper.st	Mon May 13 10:50:38 1996 +0200
@@ -46,6 +46,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 Geometric GraphicsContext
 
@@ -160,5 +167,5 @@
 !FillingWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/FillingWrapper.st,v 1.5 1996-05-09 08:43:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FillingWrapper.st,v 1.6 1996-05-13 08:50:30 cg Exp $'
 ! !