UIGalleryView.st
changeset 1895 b7d6683ebaca
parent 1729 cf1c2f488ba8
child 2199 c542a84adeb6
--- a/UIGalleryView.st	Wed Nov 10 13:19:40 2004 +0100
+++ b/UIGalleryView.st	Thu Nov 11 10:12:57 2004 +0100
@@ -432,6 +432,9 @@
 !UIGalleryView::Canvas methodsFor:'event handling'!
 
 processEvent:anEvent
+    "filter keyboard events.
+     Return true, if I have eaten the event"
+
     |evView p|
 
     evView := anEvent view.