]> Creatis software - bbtk.git/blobdiff - packages/wx/bbs/appli/exampleLayoutSplit.bbs
Normalize names
[bbtk.git] / packages / wx / bbs / appli / exampleLayoutSplit.bbs
diff --git a/packages/wx/bbs/appli/exampleLayoutSplit.bbs b/packages/wx/bbs/appli/exampleLayoutSplit.bbs
deleted file mode 100644 (file)
index 943994c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-description "Simple test of wx::LayoutSplit widget"
-author "laurent.guigues@creatis.insa-lyon.fr"
-category "example;widget"
-
-load wx
-
-new Slider slider1
-new Slider slider2
-new LayoutSplit main
-
-connect slider1.Widget main.Widget1
-connect slider2.Widget main.Widget2
-
-exec main