checkin from browser
authorClaus Gittinger <cg@exept.de>
Sat, 24 Apr 1999 22:04:18 +0200
changeset 2588 4a5b0e48d645
parent 2587 267c8984ebc2
child 2589 4067964b4b88
checkin from browser
SimpleView.st
--- a/SimpleView.st	Sat Apr 24 21:52:52 1999 +0200
+++ b/SimpleView.st	Sat Apr 24 22:04:18 1999 +0200
@@ -6063,6 +6063,17 @@
     "Created: / 4.12.1998 / 14:10:06 / cg"
 !
 
+isKeyboardConsumer
+    "return true, if the receiver is akeyboard 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
+     mode is off.
+     Return false here, this is redefined in EditTextView and EditField."
+
+    ^ false
+!
+
 isLayoutWrapper
      ^ false
 
@@ -8071,6 +8082,6 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.310 1999-04-24 16:56:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.311 1999-04-24 20:04:18 cg Exp $'
 ! !
 SimpleView initialize!