load std load wx // --------------- // | | W2 | // | W1 | | // | |------| // | | W3 | // | | | // --------------- define LayoutTLeft wx description "Creates a 'T like' complex container: Left {RigthUp, RightDown}" author "jean-pierre.roux@creatis.univ-lyon1.fr" category "complex box, widget" new LayoutSplit currentBox set currentBox.Orientation H new LayoutSplit right connect right.Widget currentBox.Widget2 set right.Orientation V input Widget1 currentBox.Widget1 "Left container" input Widget2 right.Widget1 "RightUp container" input Widget3 right.Widget2 "RightDown container" endefine