]> Creatis software - bbtk.git/blob - appli/exampleLayoutSplit.bbs
#3202 BBTK Feature New Normal - fast algorithm for ImageBoundaries box
[bbtk.git] / 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