docs/events.rst
author Radek Brich <radek.brich@devl.cz>
Sun, 09 Oct 2011 13:06:58 +0200
changeset 23 4e72fd2a0e14
parent 9 7175ed629a76
child 36 caf927c3f10b
permissions -rw-r--r--
Rename BackendCurses to DriverCurses. Add DriverDummy - dummy driver for debugging purposes. Move clipping stack from driver to common.ClipStack class.

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
-----------------------