description "More complicated example of wx::Split widgets"
author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "test"
+category "example"
load std
load wx
description "More complicated example of wx::Split widgets"
author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "test"
+category "example"
load std
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
description "Simple test of wx::LayoutTDown widgets"
author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "test"
+category "example"
load std
include wx
description "Simple test of wx::LayoutTLeft widgets"
author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "test"
+category "example"
load std
include wx
description "Simple test of wx::LayoutTUp widgets"
author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "test"
+category "example"
load std
include wx
-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
description "Simple test of wx::Split widget"
author "laurent.guigues@creatis.insa-lyon.fr"
-category "test;widget"
+category "example"
load wx
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