initial checkin
[org.ibex.widgets.git] / src / org / ibex / sampler / dialog.t
1 <ibex xmlns:widget="org.ibex.theme.win2k" xmlns="org.ibex.test">
2   <ui:box cols="3">
3     
4     <ui:box cols="1">
5       <ui:box text="no tree widget">
6       </ui:box>
7       <ui:box height="4" fill="black"/>
8       <ui:box>
9         <ui:box cols="3">
10           <ui:box text="Group"/>
11           <ui:box shrink="true" cols="1">
12             $r2.group = $r1.group;
13             $r3.group = $r1.group;
14             $r4.group = $r1.group;
15             // r1.group = $r2.group = $r3.group = $r4;
16             <radio text="radio button 1" id="r1"/>
17             <radio text="radio button 2" id="r2"/>
18             <radio text="radio button 3" id="r3"/>
19             <radio text="radio button 4" id="r4"/>
20           </ui:box>
21           <ui:box cols="1">
22             <check text="checkbox 1"/>
23             <check text="checkbox 2"/>
24             <check text="checkbox 3"/>
25             <check text="checkbox 4"/>
26           </ui:box>
27         </ui:box>
28       </ui:box>
29     </ui:box>
30     
31     <ui:box width="4" fill="black"/> 
32     <ui:box>
33       <ui:box text="none of these widgets work yet">    
34       </ui:box> 
35     </ui:box>
36   </ui:box>
37 </ibex>
38