docs/events.rst
author Radek Brich <radek.brich@devl.cz>
Fri, 14 Dec 2012 10:32:43 +0100
changeset 33 45f1b6d590bd
parent 9 7175ed629a76
child 36 caf927c3f10b
permissions -rw-r--r--
Refactoring: rename eventsource module to emitter.

Event handling
==============

Keyboard event propagation
--------------------------

top widget -> focuswidget -> focuswidget's parent -> focuswidget's parent's parent -> ...and so forth

1 top window
4   window
3     container
2       edit box


Other event propagation
-----------------------