initial checkin
[org.ibex.widgets.git] / src / org / ibex / test / clickable.t
1 <!-- Copyleft 2004 - see COPYING for details [LGPL] -->
2
3 <ibex xmlns="ibex.theme">
4     <repeatable />
5     <clickable />
6     <ui:box>
7         ibex.log.info("Applying clickable test widget");
8         normal ++= function(v) { fill="white"; }
9         hover ++= function(v) { fill="blue"; }
10         active ++= function(v) { fill="red"; }
11         action ++= function(v) { ibex.log.info("Action fired"); }
12     </ui:box/>
13 </ibex>