BorderedWrapper.st
changeset 365 47e0d48fd769
parent 323 ee2f4da361a6
child 386 b2b3b47f6c32
--- a/BorderedWrapper.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/BorderedWrapper.st	Tue Jan 14 18:02:37 1997 +0100
@@ -5,7 +5,7 @@
 	category:'Graphics-Display Objects'
 !
 
-!BorderedWrapper  class methodsFor:'documentation'!
+!BorderedWrapper 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.
@@ -152,7 +153,7 @@
 "
 ! !
 
-!BorderedWrapper  class methodsFor:'instance creation'!
+!BorderedWrapper class methodsFor:'instance creation'!
 
 on:aComponent in:aLayout border:aBorder
     ^ (super on:aComponent in:aLayout) border:aBorder
@@ -377,8 +378,8 @@
     "Created: 5.6.1996 / 14:11:03 / cg"
 ! !
 
-!BorderedWrapper  class methodsFor:'documentation'!
+!BorderedWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/BorderedWrapper.st,v 1.6 1996-07-22 09:01:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/BorderedWrapper.st,v 1.7 1997-01-14 17:01:33 cg Exp $'
 ! !