added somewhat broken simplex code, for posterity
[org.ibex.core.git] / tests / better.t
1 <ibex>
2     <ui:box maxwidth="500" maxheight="300" cols="3">
3         ibex.ui.frame = thisbox;
4         <ui:box fill="black" colspan="2" minwidth="200" minheight="100"/>
5         <ui:box fill="green" rowspan="2" minwidth="100" id="foo"/>
6         <ui:box fill="red" minwidth="50" minheight="100" />
7         <ui:box fill="blue" cols="5">
8             <ui:box height="10" colspan="5"/>
9             <ui:box width="10"/>
10             <ui:box height="10" fill="white" maxwidth="100"/>
11             <ui:box height="10" fill="black" colspan="2" minwidth="100"/>
12             <ui:box width="10"/>
13         </ui:box>
14         <ui:box fill="purple" minwidth="70" minheight="50"/>
15         <ui:box fill="yellow" colspan="2"/>
16     </ui:box>
17 </ibex>