initial checkin
[org.ibex.widgets.git] / src / ibex / lib / scrollpane.t
1 <!-- Copyleft 2004 - see COPYING for details [LGPL] -->
2
3 <ibex>
4     <meta:doc>
5         Author: Charles Goodwin
6     </meta:doc>
7
8     <ui:box>
9
10         thisbox.th_hscroll;
11         thisbox.th_vscroll;
12         thisbox.th_viewport;
13
14         th_viewport ++= function(v) {
15             th_hscroll.slave = v;
16             th_vscroll.slave = v;
17         }
18
19     </ui:box>
20 </ibex>