X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fbbs%2Fboxes%2FbbLayoutTLeft.bbs;h=b70aaeead6fa3a1c02aecba1f436005a754a1017;hb=6ea571ab3b7a539aaaca066db3941f5017920209;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..b70aaee 100644 --- a/packages/wx/bbs/boxes/bbLayoutTLeft.bbs +++ b/packages/wx/bbs/boxes/bbLayoutTLeft.bbs @@ -1,9 +1,17 @@ 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" @@ -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