]> Creatis software - bbtk.git/blob - packages/wx/bbs/appli/exampleSimpleLayoutTDown.bbs
Forgot this one
[bbtk.git] / packages / wx / bbs / appli / exampleSimpleLayoutTDown.bbs
1 /*
2 description "Simple test of wx::LayoutTDown widgets"
3 author "jean-pierre.roux@creatis.univ-lyon1.fr"
4 category "example"
5
6 load std
7 include wx
8
9 new LayoutTDown main
10
11 new Slider s1
12    set s1.Title "SliderUpLeft"
13
14 new Slider s2
15    set s2.Title "SliderUpRight"
16
17 new Slider s3
18    set s3.Title "SliderDown"
19
20 connect s1.Widget main.Widget1 
21 connect s2.Widget main.Widget2 
22 connect s3.Widget main.Widget3
23
24 exec main
25 */