define LayoutTLeft wx
-description "Creates a complex box : Left {RigthUp, Rightright}"
+description "Creates a complex box : Left {RigthUp, RightDown}"
author "jean-pierre.roux@creatis.univ-lyon1.fr"
category "box"
set right.Orientation V
- input Widget1 currentBox.Widget1 "Up"
+ input Widget1 currentBox.Widget1 "Left"
input Widget2 right.Widget1 "RightUp"
input Widget3 right.Widget2 "RightDown"
category "box"
new LayoutSplit currentBox
- set currentBox.Orientation H
+ set currentBox.Orientation V
new LayoutSplit down
connect down.Widget currentBox.Widget2
- set down.Orientation V
+ set down.Orientation H
input Widget1 currentBox.Widget1 "Up"
input Widget2 down.Widget1 "DownLeft"