description "More complicated example of wx::LayoutLine widgets"
author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "example;widget"
+category "example"
load std
load wx
description "Simple test of wx::LayoutSplit widgets"
author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "example;widget"
+category "example"
load std
load wx
description "More complex test of wx::Slider widget"
author "jpr[at]creatis[dot]insa[dash]lyon[dot]fr"
-category "example;widget"
+category "example"
load wx
// std needed for <std::string> to <int> adaptor
description "Simple test of wx::LayoutLine widgets"
author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "example;widget"
+category "example"
load std
load wx
description "Simple test of wx::LayoutLine widgets"
author "jean-pierre.roux [at] creatis [dot] univ [dash] lyon1 [dot] fr"
-category "example;widget"
+category "example"
load std
load wx
description "Simple test of wx::LayoutTab widget"
author "eduardo.davila@creatis.insa-lyon.fr"
-category "example;widget"
+category "example"
load wx
description "Simple test of wx::LayoutTab widget"
author "eduardo.davila@creatis.insa-lyon.fr"
-category "example;widget"
+category "example"
load wx
description "Simple test of wx::ColourSelector widget"
author "jpr@creatis.univ-lyon.fr"
-category "example;widget"
+category "example"
load wx
load std
description "Simple test of wx::LayoutLine widget"
author "eduardo.davila@creatis.insa-lyon.fr"
-category "example;widget"
+category "example"
load wx
description "Simple test of wx::LayoutSplit widget"
author "laurent.guigues@creatis.insa-lyon.fr"
-category "example;widget"
+category "example"
load wx
description "Simple test of wx::LayoutTDown widgets"
author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "example;widget"
+category "example"
load std
include wx
description "Simple test of wx::LayoutTLeft widgets"
author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "example;widget"
+category "example"
load std
include wx
description "Simple test of wx::LayoutTRight widgets"
author "jean-pierre.roux [at] creatis [dot] univ [dash] lyon1 [dot] fr"
-category "example;widget"
+category "example"
load std
include wx
description "Simple test of wx::LayoutTUp widgets"
author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "example;widget"
+category "example"
load std
include wx
description "Simple test of wx::LayoutX4 widgets"
author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "example;widget"
+category "example"
load std
include wx
description "Simple test of wx::Slider widget"
author "laurent.guigues@creatis.insa-lyon.fr"
-category "example;widget"
+category "example"
load wx
load std
description "Simple use of wx::Slider widget"
author "jpr@creatis.insa-lyon.fr"
-category "example;widget"
+category "example"
# Load the packages
load std
description "Input/OutputText widgets example"
author "laurent.guigues at creatis.insa-lyon.fr"
-category "example;widget"
+category "example"
include wx
new InputText in
new CommandButton refresh
set refresh.Label "Click here to Refresh"
-new LayoutLine layout
+new LayoutSplit layout
+ set layout.Proportion 80
connect viewer.Widget layout.Widget1
connect refresh.Widget layout.Widget2
connect refresh.BoxChange viewer.BoxExecute