comment
authorClaus Gittinger <cg@exept.de>
Tue, 25 May 1999 15:12:39 +0200
changeset 2727 2047aa7dd3ac
parent 2726 c0a05c874843
child 2728 911b6cf212c0
comment
SimpleView.st
--- a/SimpleView.st	Tue May 25 15:11:50 1999 +0200
+++ b/SimpleView.st	Tue May 25 15:12:39 1999 +0200
@@ -6128,7 +6128,7 @@
 !
 
 isKeyboardConsumer
-    "return true, if the receiver is akeyboard consumer;
+    "return true, if the receiver is a keyboard consumer;
      i.e. it can handle (non-shortkey) keyboard input,
      keyboardConsumer are potential candidates for getting the keyboard
      focus initially within dialogBoxes, or when the focus-follows-pointer
@@ -6136,6 +6136,8 @@
      Return false here, this is redefined in EditTextView and EditField."
 
     ^ false
+
+    "Modified: / 22.5.1999 / 16:19:27 / cg"
 !
 
 isLayoutWrapper
@@ -8168,6 +8170,6 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.324 1999-05-25 13:11:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.325 1999-05-25 13:12:39 cg Exp $'
 ! !
 SimpleView initialize!