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