initial checkin
[org.ibex.widgets.git] / src / org / ibex / test / flow.t
1 <ibex xmlns:theme="org.ibex.theme.win2k" xmlns:lib="ibex.lib" xmlns:libtext="ibex.lib.text">
2     <ui:box maxwidth="300" maxheight="300">
3         ibex.ui.frame = thisbox;
4
5         <libtext:flow>
6             <lib:text.block text="Hello " />
7             <lib:text.block text="World," />
8             <lib:text.block text="this is a test " />
9             <lib:text.block text="of the " />
10             <lib:text.block text="Emergency Broadcast "/>
11             <lib:text.block text="System."/>
12         </libtext:flow>
13     </ui:box>
14 </ibex>