initial checkin
[org.ibex.widgets.git] / src / ibex / theme / selectable.t
1 <!-- Copyleft 2004 - see COPYING for details [LGPL] -->
2
3 <ibex xmlns="ibex.lib">
4     <meta:doc>
5         Selectable:
6             Enables a widget as part of a group of selectable widgets
7             which may be mutually selectable either exclusively or as
8             as an (optionally limited) exclusive group
9
10         Usage:
11             Group selectable widgets together by putting a group to
12             $widget.group (order is important):
13
14                 $sel3.group = $sel2.group = $sel1.group;
15
16         Properties:
17             group ---- : the selection group a widget belongs to
18             selected - : if a widget is selected
19     </meta:doc>
20
21     <selectable />
22 </ibex>