FillingWrapper.st
changeset 248 266a7ec53d9f
parent 246 9f80dbcbcd34
child 252 80f1ba561aab
--- a/FillingWrapper.st	Thu May 09 00:25:48 1996 +0200
+++ b/FillingWrapper.st	Thu May 09 01:11:08 1996 +0200
@@ -42,6 +42,9 @@
     a wrapper for a geometric object, which is to be drawn filled.
     This allows any geometric thingy to be used as a filled component in a view.
 
+    [see also:]
+        StrokingWrapper Geometric GraphicsContext
+
     [author:]
         Claus Gittinger
 "
@@ -128,5 +131,5 @@
 !FillingWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/FillingWrapper.st,v 1.2 1996-05-08 22:14:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FillingWrapper.st,v 1.3 1996-05-08 23:11:05 cg Exp $'
 ! !