KeyboardProcessor.st
changeset 1160 4bd4457b1d90
parent 1146 4ae177ac1fd3
child 1251 2b4223c2e092
--- a/KeyboardProcessor.st	Tue Apr 13 16:03:28 1999 +0200
+++ b/KeyboardProcessor.st	Thu Apr 15 14:11:25 1999 +0200
@@ -47,7 +47,6 @@
     ST80 compatibility (mimicry) class.
 
     The class is not completed yet and certainly not bug free.
-    Also, it is not guaranteed that all winSpecs are understood.
 
     Notice: 
         this class was implemented using protocol information
@@ -57,8 +56,16 @@
         If you encounter any incompatibilities, please forward a note 
         describing the incompatibility verbal (i.e. no code) to the ST/X team.
 
+    KeyboardProcessor is going to take over the focus control
+    mechanism (which are currently located in the windowGroup).
+    Currently, it keeps track of inputFields, and allows for
+    a global accept to be forced.
+    This is especially useful with dialogs, where a global accept
+    should be performed on all inputFields, when the OK button
+    is pressed.
+
     [author:]
-        Claus Atzkern
+        Claus Gittinger
 "
 
 
@@ -199,5 +206,5 @@
 !KeyboardProcessor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/KeyboardProcessor.st,v 1.7 1999-03-18 17:17:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/KeyboardProcessor.st,v 1.8 1999-04-15 12:11:25 cg Exp $'
 ! !