docs/focus.rst
author Radek Brich <radek.brich@devl.cz>
Tue, 15 Mar 2011 17:27:09 +0100
changeset 2 684cdc352562
parent 1 69318aba22bf
child 5 ae128c885d0f
permissions -rw-r--r--
Menu, Window and other improvements.

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?