#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 13:39:35 +0100
changeset 3772 18f86fffbd1c
parent 3771 c4cd905e0924
child 3773 7351373f0c28
#DOCUMENTATION by cg class: InputView comment/format in: #documentation
InputView.st
--- a/InputView.st	Thu Nov 03 15:35:19 2016 +0100
+++ b/InputView.st	Fri Nov 04 13:39:35 2016 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libview2' }"
 
+"{ NameSpace: Smalltalk }"
+
 SimpleView subclass:#InputView
 	instanceVariableNames:'eventReceiver'
 	classVariableNames:''
@@ -37,7 +39,7 @@
 documentation
 "
     a view for input only - forwarding all events to another object.
-    This kind of view can be used to be laid ontop of another view to catch all
+    This kind of view can be used to be laid on top of another view to catch all
     input. (Interface builder)
     NOTICE: the event forwarding is a leftover from times when not delegation mechanism
             existed - it will vanish - use delegates for new code.
@@ -251,9 +253,10 @@
 !InputView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/InputView.st,v 1.22 2009-10-24 14:00:59 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/InputView.st,v 1.22 2009-10-24 14:00:59 cg Exp $'
+    ^ '$Header$'
 ! !
+