load std load wx // --------------- // | | | // | W1 | W2 | // |-------------| // | | // | W3 | // --------------- define LayoutTDown wx description "Creates a complex box : Down {UpLeft, UpRight} " author "jean-pierre.roux@creatis.univ-lyon1.fr" category "box" new LayoutSplit currentBox set currentBox.Orientation V new LayoutSplit up connect up.Widget currentBox.Widget1 set up.Orientation H input Widget1 up.Widget1 "UpLeft" input Widget2 up.Widget2 "UpRight" input Widget3 currentBox.Widget2 "Down" endefine