load std load wx // --------------- // | | | // | W1 | | // |------| W2 | // | W3 | | // | | | // --------------- define LayoutTRight wx description "Creates a complex box : Right {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.Widget1 set left.Orientation V input Widget1 left.Widget1 "LeftUp" input Widget2 currentBox.Widget2 "Right" input Widget3 left.Widget2 "LeftDown" endefine