changed: #processEvent:
authorClaus Gittinger <cg@exept.de>
Thu, 17 Jan 2013 11:54:22 +0100
changeset 2947 9bbc38256343
parent 2946 1994064bc8e2
child 2948 b11312ccf82d
changed: #processEvent:
UIPainter.st
--- a/UIPainter.st	Thu Jan 17 11:53:23 2013 +0100
+++ b/UIPainter.st	Thu Jan 17 11:54:22 2013 +0100
@@ -3671,6 +3671,8 @@
     "filter keyboard events.
      Return true, if I have eaten the event"
 
+    <resource: #keyboard (#CtrlCursorUp #CtrlCursorDown #CtrlCursorLeft #CtrlCursorRight)>
+
     |key|
 
     anEvent isKeyPressEvent ifTrue:[ 
@@ -6794,4 +6796,5 @@
     ^ '$Header$'
 ! !
 
+
 UIPainter initialize!