VisualComponent.st
changeset 365 47e0d48fd769
parent 323 ee2f4da361a6
child 406 16d990bcde6e
--- a/VisualComponent.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/VisualComponent.st	Tue Jan 14 18:02:37 1997 +0100
@@ -19,7 +19,7 @@
 	category:'Graphics-Display Objects'
 !
 
-!VisualComponent  class methodsFor:'documentation'!
+!VisualComponent class methodsFor:'documentation'!
 
 copyright
 "
@@ -46,7 +46,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.
@@ -61,7 +62,7 @@
 
 ! !
 
-!VisualComponent  class methodsFor:'instance creation'!
+!VisualComponent class methodsFor:'instance creation'!
 
 new
     ^ self basicNew initialize
@@ -336,8 +337,8 @@
     "Modified: 9.5.1996 / 00:22:04 / cg"
 ! !
 
-!VisualComponent  class methodsFor:'documentation'!
+!VisualComponent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/VisualComponent.st,v 1.12 1996-07-22 09:02:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/VisualComponent.st,v 1.13 1997-01-14 17:02:37 cg Exp $'
 ! !