initial checkin
[org.ibex.widgets.git] / src / sampler.t
1 <ibex  xmlns:theme="ibex.theme"  xmlns="org.ibex.theme.win2k" xmlns:sampler="org.ibex.sampler">
2   <theme:surface />
3   <ui:box fill="#d4d0c8" maxwidth="600" maxheight="200" cols="1">
4     
5     ibex.ui.frame = thisbox;
6
7     <ui:box text="menus aren't implemented" height="20" align="left"/>
8     <tabpane>
9       <sampler:dialog tabtext="Widgets"/>      
10       <sampler:window_manager_interaction tabtext="Windowing"/>
11       <sampler:clipboard tabtext="Clipboard"/>      
12       <sampler:color_picker tabtext="Color Picker"/>      
13       <sampler:transparency tabtext="Transparency"/> 
14       <sampler:fonts tabtext="Fonts"/>      
15       <sampler:html tabtext="HTML"/>      
16       <sampler:spreadsheet tabtext="Spreadsheet"/>           
17     </tabpane> 
18   </ui:box>
19 </ibex>