#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:08:59 +0100
changeset 7660 7541edd3ab40
parent 7659 01fe20eef85d
child 7661 fa9faa4f9526
#DOCUMENTATION by cg class: KeyboardForwarder comment/format in: #documentation
KeyboardForwarder.st
--- a/KeyboardForwarder.st	Fri Nov 04 16:07:48 2016 +0100
+++ b/KeyboardForwarder.st	Fri Nov 04 16:08:59 2016 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libview' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#KeyboardForwarder
 	instanceVariableNames:'sourceView destinationView destination condition filter'
 	classVariableNames:''
@@ -44,7 +46,7 @@
     Also, it allows to catch certain individual keys to ignore them or
     perform different functions.
 
-    Notice, that delegates dont have to be instances of
+    Notice, that delegates don't have to be instances of
     myself; any object with a protocol similar to mine can be used as
     a delegate. 
     (i.e. any object that responds to 
@@ -507,6 +509,6 @@
 !KeyboardForwarder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/KeyboardForwarder.st,v 1.28 2014-03-21 18:30:26 stefan Exp $'
+    ^ '$Header$'
 ! !