initial checkin
[org.ibex.widgets.git] / src / org / ibex / test / main.t
1 <!-- Copyleft 2004 - see COPYING for details [LGPL] -->
2
3 <ibex xmlns:lib="ibex.lib" xmlns:test="org.ibex.test">
4     <lib:surface />
5     <lib:eventmanager />
6     <lib:focusmanager />
7     <ui:box minwidth="200" minheight="200" cols="3" fill="black">
8         ibex.log.info("Loading widget test");
9         ibex.ui.frame = thisbox;
10
11         <ui:box/>
12         <ui:box/>
13         <ui:box/>
14         <ui:box/>
15         <test:clickable />
16         <ui:box/>
17         <ui:box/>
18         <ui:box/>
19         <ui:box/>
20     </ui:box>
21 </ibex>