checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 18 Jun 1998 20:00:54 +0200
changeset 968 d75fac2be7a2
parent 967 2ddfe61c3c37
child 969 ac96df5a2f97
checkin from browser
ApplicationWindow.st
--- a/ApplicationWindow.st	Thu Jun 18 19:16:24 1998 +0200
+++ b/ApplicationWindow.st	Thu Jun 18 20:00:54 1998 +0200
@@ -52,19 +52,21 @@
 !ApplicationWindow methodsFor:'accessing'!
 
 keyboardProcessor
-    "return the value of the instance variable 'keyboardProcessor' (automatically generated)"
+    "return my keyboard processor"
 
     ^ keyboardProcessor
 
     "Created: / 18.6.1998 / 18:52:42 / cg"
+    "Modified: / 18.6.1998 / 20:00:18 / cg"
 !
 
 keyboardProcessor:something
-    "set the value of the instance variable 'keyboardProcessor' (automatically generated)"
+    "set my keyboard processor"
 
     keyboardProcessor := something.
 
     "Created: / 18.6.1998 / 18:52:42 / cg"
+    "Modified: / 18.6.1998 / 20:00:30 / cg"
 ! !
 
 !ApplicationWindow methodsFor:'events'!
@@ -88,5 +90,5 @@
 !ApplicationWindow class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationWindow.st,v 1.2 1998-06-18 17:15:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationWindow.st,v 1.3 1998-06-18 18:00:54 cg Exp $'
 ! !