initial checkin
[org.ibex.widgets.git] / src / org / ibex / sampler / window_manager_interaction.t
1 <ibex xmlns:widget="org.ibex.theme.win2k" xmlns="org.ibex.test">
2   <ui:box cols="3">
3
4     <ui:box cols="1">
5       <button text="Minimize"/>
6       Press1 ++= function (f) {
7       ibex.log.info("minimizing window");
8       root.Minimized=true;
9       }
10       <button text="Maximize"/>
11       <button text="Unminimize"/>
12       <button text="UnMaximize"/>
13     </ui:box>
14     <ui:box cols="1" width="5" fill="black"/>
15     <ui:box cols="1" fill="white" text="no widget = no status">
16     </ui:box> 
17   </ui:box>
18 </ibex>
19