Spline.st
changeset 331 9ad8e3f94da5
parent 327 1fcf1500a9c0
child 332 bb2dd1a968c2
--- a/Spline.st	Mon May 13 01:00:26 1996 +0200
+++ b/Spline.st	Mon May 13 01:06:59 1996 +0200
@@ -68,8 +68,8 @@
 
     [see also:]
         Polygon LineSegment Circle EllipticalArc 
-        Rectangle Curve
-        GraphicsContext
+        Rectangle Curve Arrow ArrowedSpline
+        GraphicsContext StrokingWrapper FillingWrapper
 
     [author:]
         scaletti@uxc.cso.uiuc.edu (Kurt J. Hebel)
@@ -547,5 +547,5 @@
 !Spline class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Spline.st,v 1.8 1996-05-12 22:27:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Spline.st,v 1.9 1996-05-12 23:06:59 cg Exp $'
 ! !