initial checkin
[org.ibex.widgets.git] / src / org / ibex / test / tabtest.t
1 <ibex xmlns="org.ibex.theme.win2k" xmlns:theme="ibex.theme">
2     <theme:surface />
3     <ui:box fill="#d4d0c8" maxwidth="200" maxheight="200">
4
5         ibex.ui.frame = thisbox;
6         
7         <tabpane>
8             <ui:box tabtext="testfoo">
9                 <ui:box text="left">
10                     <spin value="0" step="1" />
11                 </ui:box>
12                 <ui:box text="right">
13                     <spin value="0" step="5" />
14                 </ui:box>
15             </ui:box>
16             <ui:box tabtext="test1">
17                 <ui:box text="test1 content" />
18             </ui:box>
19             <ui:box tabtext="test2">
20                 <ui:box text="test2 content" />
21             </ui:box>
22             <ui:box tabtext="test3">
23                 <ui:box text="test3 content" />
24             </ui:box>
25         </tabpane>
26     </ui:box>
27 </ibex>