X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fbbs%2Fboxes%2FbbLayoutTLeft.bbs;h=a001e32ee378a9f3cf5dd6400c32b8d43820b275;hb=439be4f386a34363bf4487cc1e95b360b36007fc;hp=5315b788a4b804d1f3e3ee98441aef22e7ec6d25;hpb=c4c243e9dbc68a1ea17590865e4ee1bb562fe4f9;p=bbtk.git diff --git a/packages/wx/bbs/boxes/bbLayoutTLeft.bbs b/packages/wx/bbs/boxes/bbLayoutTLeft.bbs index 5315b78..a001e32 100644 --- a/packages/wx/bbs/boxes/bbLayoutTLeft.bbs +++ b/packages/wx/bbs/boxes/bbLayoutTLeft.bbs @@ -1,11 +1,19 @@ load std load wx +// --------------- +// | | W2 | +// | W1 | | +// | |------| +// | | W3 | +// | | | +// --------------- + define LayoutTLeft wx -description "Creates a complex box : Left {RigthUp, Rightright}" +description "Creates a complex box : Left {RigthUp, RightDown}" author "jean-pierre.roux@creatis.univ-lyon1.fr" -category "box" +category "complex box, widget" new LayoutSplit currentBox set currentBox.Orientation H @@ -15,8 +23,8 @@ new LayoutSplit currentBox set right.Orientation V - input Widget1 currentBox.Widget1 "Up" - input Widget2 right.Widget1 "RightUp" - input Widget3 right.Widget2 "RightDown" + input Widget1 currentBox.Widget1 "Left" + input Widget2 right.Widget1 "RightUp" + input Widget3 right.Widget2 "RightDown" endefine