]> Creatis software - bbtk.git/blobdiff - packages/wx/bbs/appli/exampleLayoutTab.bbs
test to example
[bbtk.git] / packages / wx / bbs / appli / exampleLayoutTab.bbs
diff --git a/packages/wx/bbs/appli/exampleLayoutTab.bbs b/packages/wx/bbs/appli/exampleLayoutTab.bbs
new file mode 100644 (file)
index 0000000..02f3637
--- /dev/null
@@ -0,0 +1,19 @@
+description "Simple test of wx::LayoutTab widget"
+author "eduardo.davila@creatis.insa-lyon.fr"
+category "example;widget"
+
+load wx
+
+new Slider slider1
+new Slider slider2
+new Slider slider3
+new LayoutLine  sizer
+new LayoutTab main
+
+connect slider2.Widget sizer.Widget1
+connect slider3.Widget sizer.Widget2
+
+connect slider1.Widget main.Widget1
+connect sizer.Widget main.Widget2
+
+exec main