docs/events.rst
changeset 9 7175ed629a76
child 36 caf927c3f10b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/events.rst	Sun Jul 31 13:04:39 2011 +0200
@@ -0,0 +1,16 @@
+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
+-----------------------