]> Creatis software - bbtk.git/blob - packages/wx/bbs/appli/ExampleLayoutSplit.bbs
*** empty log message ***
[bbtk.git] / packages / wx / bbs / appli / ExampleLayoutSplit.bbs
1 description "Example of LayoutSplit"
2 category "example"
3 author "laurent.guigues@creatis.insa-lyon.fr"
4
5 load std
6 load wx
7
8 new Slider s1
9 new Slider s2
10
11 new LayoutSplit s
12 connect s1.Widget s.Widget1
13 connect s2.Widget s.Widget2
14
15 exec s