author | Radek Brich <radek.brich@devl.cz> |
Wed, 16 Feb 2011 23:51:30 +0100 | |
changeset 0 | a35731b5e31a |
child 1 | 69318aba22bf |
permissions | -rw-r--r-- |
0 | 1 |
Focus |
2 |
===== |
|
3 |
||
4 |
Only one non-container widget can have focus at the time. |
|
5 |
All parent containers also have focus. |
|
6 |
||
7 |
Events emitted on change: focus, unfocus |
|
8 |
||
9 |
mousedown - focus widget under mouse or its parent if canfocus() == false |
|
10 |
||
11 |
tab - focus next child in container |
|
12 |
shift-tab - previous child |
|
13 |
||
14 |
hide() -> unfocus |