initial checkin
[org.ibex.widgets.git] / src / org / ibex / theme / win2k / slider.t
1 <!-- Copyleft 2004 - see COPYING for details [LGPL] -->
2
3 <ibex xmlns="org.ibex.theme.win2k">
4     <meta:doc>
5         Author: Charles Goodwin
6     </meta:doc>
7
8     <ui:box cols="1">
9
10         th_track = $track;
11         th_handle = $handle;
12         th_ruler = $ruler;
13
14         <ui:box id="track" />
15         <ui:box id="handle" />
16         <ui:box id="ruler" />
17     </ui:box>
18 </ibex>