Rectangle.st
changeset 1355 ab14ef139343
parent 1354 0515d1ed37e4
child 1356 a37a6ac34caf
--- a/Rectangle.st	Wed May 08 20:17:16 1996 +0200
+++ b/Rectangle.st	Wed May 08 20:33:53 1996 +0200
@@ -59,9 +59,9 @@
         Claus Gittinger
 
     [see also:]
-        Point Polygon
+        Point Polygon Circle EllipticalArc Spline
         LayoutOrigin LayoutFrame AlignmentOrigin Layout 
-        View
+        View GraphicsContext
 "
 ! !
 
@@ -1345,5 +1345,5 @@
 !Rectangle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Rectangle.st,v 1.40 1996-05-08 18:17:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Rectangle.st,v 1.41 1996-05-08 18:33:53 cg Exp $'
 ! !