]> Creatis software - bbtk.git/blob - appli/exampleSimpleLayoutLine.bbs
#3202 BBTK Feature New Normal - fast algorithm for ImageBoundaries box
[bbtk.git] / appli / exampleSimpleLayoutLine.bbs
1 description "Simple test of wx::LayoutLine widget"
2 author "eduardo.davila@creatis.insa-lyon.fr"
3 category "example"
4
5 load wx
6
7 new Slider slider1
8 new Slider slider2
9 new LayoutLine main
10
11 connect slider1.Widget main.Widget1
12 connect slider2.Widget main.Widget2
13
14 exec main