#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Fri, 25 Mar 2016 17:13:28 +0100
changeset 3617 7dbbfd6a359a
parent 3616 b79beb6fb8cf
child 3618 97bc95ba47d3
#DOCUMENTATION class: VisualComponent comment/format in: #intersects:
VisualComponent.st
--- a/VisualComponent.st	Fri Mar 25 17:12:39 2016 +0100
+++ b/VisualComponent.st	Fri Mar 25 17:13:28 2016 +0100
@@ -72,7 +72,7 @@
 !VisualComponent class methodsFor:'others'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/VisualComponent.st,v 1.31 2015-01-06 12:50:25 cg Exp $'
+    ^ '$Header$'
 ! !
 
 !VisualComponent class methodsFor:'queries'!
@@ -587,7 +587,7 @@
 !
 
 intersects:aRectangle
-    "return true, if the receivers bounds intersects aRectangle"
+    "return true, if the receiver's bounds intersects aRectangle"
 
     ^ self bounds intersects:aRectangle
 
@@ -598,6 +598,6 @@
 !VisualComponent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/VisualComponent.st,v 1.31 2015-01-06 12:50:25 cg Exp $'
+    ^ '$Header$'
 ! !