docs/focus.rst
author Radek Brich <radek.brich@devl.cz>
Sun, 09 Oct 2011 19:30:25 +0200
changeset 24 b248ef500557
parent 9 7175ed629a76
permissions -rw-r--r--
Add DriverPygame (incomplete). Move unicode graphics constants to UnicodeGraphics class. Move shared parts of drivers to Driver base class.

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