initial checkin
[org.ibex.widgets.git] / src / org / ibex / test / label.t
1 <ibex xmlns:widget="ibex.widget" xmlns:theme="ibex.theme">
2     <theme:surface />
3     <ui:box cols="1" fill="#d4d0c8" maxwidth="400" maxheight="200">
4         ibex.ui.frame = thisbox;
5
6         <ui:box rows="1">
7             <ui:box />
8             <widget:label fontsize="20" text="Hello World, this is a test." />
9             <ui:box />
10         </ui:box>
11     </ui:box>
12 </ibex>