initial checkin
[org.ibex.widgets.git] / src / org / ibex / theme / win2k / spin.t
1 <!-- Copyleft 2004 - see COPYING for details [LGPL] -->
2
3 <ibex xmlns="org.ibex.theme.win2k" xmlns:lib="ibex.lib">
4     <meta:doc>
5         Author: Charles Goodwin
6     </meta:doc>
7
8     <lib:spin redirect="$content" padding="3">
9
10         th_more = $more;
11         th_less = $less;
12
13         <bevel form="down">
14             <ui:box id="content" fill="white" />
15             <ui:box cols="1" width="15">
16                 <button id="more">
17                     .clickable(thisbox);
18                     <ui:box align="center" fill=".image.arrowup_small" shrink="true" />
19                 </button>
20                 <button id="less">
21                     .clickable(thisbox);
22                     <ui:box align="center" fill=".image.arrowdown_small" shrink="true" />
23                 </button>
24             </ui:box>
25         </bevel>
26     </lib:spin>
27 </ibex>