]> Creatis software - bbtk.git/blobdiff - packages/wx/bbs/appli/exampleLayoutTab.bbs
test to example
[bbtk.git] / packages / wx / bbs / appli / exampleLayoutTab.bbs
similarity index 82%
rename from packages/wx/bbs/appli/testNotebook.bbs
rename to packages/wx/bbs/appli/exampleLayoutTab.bbs
index 1f08f1e5323840b342bcf167cde72c7eefc09cb9..02f3637b52a33cb54123ff72f6665f5ce5027057 100644 (file)
@@ -1,4 +1,4 @@
-description "Simple test of wx::Layout widget"
+description "Simple test of wx::LayoutTab widget"
 author "eduardo.davila@creatis.insa-lyon.fr"
 category "example;widget"
 
@@ -8,7 +8,7 @@ new Slider slider1
 new Slider slider2
 new Slider slider3
 new LayoutLine  sizer
-new Notebook main
+new LayoutTab main
 
 connect slider2.Widget sizer.Widget1
 connect slider3.Widget sizer.Widget2