]> Creatis software - bbtk.git/commitdiff
examples
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 18 Feb 2008 18:19:06 +0000 (18:19 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 18 Feb 2008 18:19:06 +0000 (18:19 +0000)
packages/wx/bbs/appli/exempleComplexLinesInRows.bbs
packages/wx/bbs/appli/exempleComplexSplitInSplit.bbs
packages/wx/bbs/appli/exempleLayoutTDown.bbs
packages/wx/bbs/appli/exempleLayoutTLeft.bbs
packages/wx/bbs/appli/exempleLayoutTUp.bbs
packages/wx/bbs/appli/exempleSizer.bbs [moved from packages/wx/bbs/appli/testSizer.bbs with 73% similarity]
packages/wx/bbs/appli/exempleSplit.bbs [moved from packages/wx/bbs/appli/testSplit.bbs with 91% similarity]
packages/wx/bbs/appli/testSlider.bbs

index 1d426fc9e9ecff84c19f81ffead7db5b5d80eace..82d85c5eb71023c420a1c993f6b726a926fbfb16 100644 (file)
@@ -1,6 +1,6 @@
 description "More complicated example of wx::Split widgets"
 author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "test"
+category "example"
 
 load std
 load wx
index 62b4f0e0fbd7e8894721a61001b93408c05b538d..4425d2ae02456a0d022a889eeef2be6b064ef12f 100644 (file)
@@ -1,6 +1,6 @@
 description "More complicated example of wx::Split widgets"
 author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "test"
+category "example"
 
 load std
 load wx
@@ -30,6 +30,12 @@ load wx
 //                        |         |           |  downDown
 //                        |         |           |
 //                        ----------------------
+//
+// Better use a mix of LayoutTxxx (xxx = Up, Down, Right, Left)!
+//
+//
+// TODO : add same structure using only  LayoutTxxx
 new LayoutSplit main
  set main.Orientation V
 
index 37994e9d6ebc32c02a0a3bc73f6fef305d97b8bf..afbac15e965f58dc75db64cfaa8c19655842c733 100644 (file)
@@ -1,6 +1,6 @@
 description "Simple test of wx::LayoutTDown widgets"
 author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "test"
+category "example"
 
 load std
 include wx
index 8ea70e705b0faf7428d7089884cdbbbf7b600eba..9f216f079c2473ccd89b9e066a32e0d6367a6e10 100644 (file)
@@ -1,6 +1,6 @@
 description "Simple test of wx::LayoutTLeft widgets"
 author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "test"
+category "example"
 
 load std
 include wx
index 1854b94b41b3bd7fc1dc64f3c7632f9b8f8d8f3f..26e5e83db6d0407dad69d0d739d5fdd4b0dade8f 100644 (file)
@@ -1,6 +1,6 @@
 description "Simple test of wx::LayoutTUp widgets"
 author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "test"
+category "example"
 
 load std
 include wx
similarity index 73%
rename from packages/wx/bbs/appli/testSizer.bbs
rename to packages/wx/bbs/appli/exempleSizer.bbs
index 5b4d1bae122804035ffd391eddcb40fefeafd8cd..6ad62e8f92beb56426352a471fc7fc1ef6d6ff95 100644 (file)
@@ -1,6 +1,6 @@
-description "Simple test of wx::Sizer widget"
+description "Simple test of wx::LayoutLine widget"
 author "eduardo.davila@creatis.insa-lyon.fr"
-category "test;widget"
+category "example"
 
 load wx
 
similarity index 91%
rename from packages/wx/bbs/appli/testSplit.bbs
rename to packages/wx/bbs/appli/exempleSplit.bbs
index 5b371fd6b7d0b95dfdd98a57e32aa56e70c95a1c..6542c970ad5ed19853f274d6bcdeac6137855a0b 100644 (file)
@@ -1,6 +1,6 @@
 description "Simple test of wx::Split widget"
 author "laurent.guigues@creatis.insa-lyon.fr"
-category "test;widget"
+category "example"
 
 load wx
 
index 85526b7e3b3398fb5aab66684b1e7c3a6ef5b69b..63466816627d2b4d11b272cc51142d030bea4b7f 100644 (file)
@@ -1,7 +1,10 @@
 description "Simple test of wx::Slider widget"
 author "laurent.guigues@creatis.insa-lyon.fr"
-category "test;widget"
+category "example"
 
+//
+// TODO : Add a *true* example, showing haow to use the param
+//
 load wx
 new Slider slider
 exec slider