load std load wx define LayoutTLeft wx description "Creates a complex box : Left {leftUp, leftDown}" author "jean-pierre.roux@creatis.univ-lyon1.fr" category "box" new LayoutSplit currentBox set currentBox.Orientation H new LayoutSplit left connect left.Widget currentBox.Widget2 set left.Orientation V input Widget1 left.Widget1 "LeftUp" input Widget2 currentBox.Widget2 "Right" input Widget3 left.Widget2 "LeftDown" endefine