VisualPart.st
changeset 365 47e0d48fd769
parent 323 ee2f4da361a6
child 962 e6ccfc7fb22e
--- a/VisualPart.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/VisualPart.st	Tue Jan 14 18:02:37 1997 +0100
@@ -5,7 +5,7 @@
 	category:'Graphics-Display Objects'
 !
 
-!VisualPart  class methodsFor:'documentation'!
+!VisualPart class methodsFor:'documentation'!
 
 documentation
 "
@@ -17,7 +17,8 @@
 
     Notice: 
         this class was implemented using protocol information
-        from alpha testers and from the Hopkins/Horan book.
+        from alpha testers, from reading PD programs 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.
@@ -139,8 +140,8 @@
     "Created: 5.6.1996 / 00:49:19 / cg"
 ! !
 
-!VisualPart  class methodsFor:'documentation'!
+!VisualPart class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/VisualPart.st,v 1.6 1996-07-22 09:02:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/VisualPart.st,v 1.7 1997-01-14 17:02:19 cg Exp $'
 ! !