docs/focus.rst
changeset 36 caf927c3f10b
parent 35 f62c8269ded6
child 37 54dd866b8951
--- a/docs/focus.rst	Sun Dec 16 21:04:03 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-Focus
-=====
-
-Only one widget can have focus at the time.
-Top widget has link to currently focused widget in 'focuswidget'.
-
-Events emitted on change: focus, unfocus
-
-mousedown - focus widget under mouse
-
-tab - focus next child in container (depends on canfocus())
-shift-tab - previous child
-
-hide() -> unfocus
-
-tab/shift-tab into / out off containers?
-trapfocus # if True, tab cycles inside container
-
-widget.hasfocus()