initial checkin
[org.ibex.widgets.git] / src / ibex / theme / focusable.t
1 <!-- Copyleft 2004 - see COPYING for details [LGPL] -->
2
3 <ibex xmlns="ibex.lib">
4     <meta:doc>
5         Registers a ui:box as focusable with its surface.
6
7         When a ui:box is focused, it holds the event focus for the surface
8         (capable of receiving key and mouse events).
9
10         A ui:box may have its focused state changed at any time by the
11         surface manging the focus, unless the property focusable is set to
12         false.
13
14         Properties:
15             focused : boolean : True if thisbox has the event focus.
16             focusable : boolean : True if thisbox may accept the event focus.
17
18         See also:
19             ibex.theme.surface
20     </meta:doc>
21
22     <focusable />
23 </ibex>