WindowSensor.st
changeset 287 a2bb1a26212f
parent 260 6a79fc8f3200
child 313 2b776b2a26c5
--- a/WindowSensor.st	Thu Dec 07 14:56:15 1995 +0100
+++ b/WindowSensor.st	Thu Dec 07 16:21:05 1995 +0100
@@ -158,9 +158,9 @@
 
 	EventListener           <Object>        if non nil, this one will get all pointer
 						and keyboard events for ALL views first.
-						If it returns true, the view is supposed to
-						be handled by the listener. If false, the
-						event is handled as usual.
+						If it returns true, the event is supposed to
+						be already handled by the listener and not enqueued. 
+						If false, the event is handled as usual.
 						This allows overall event catchers to be
 						installed for example to implement event
 						recorders, active help managers etc.
@@ -1669,6 +1669,6 @@
 !WindowSensor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.36 1995-11-24 17:23:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.37 1995-12-07 15:21:05 cg Exp $'
 ! !
 WindowSensor initialize!