X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fbbs%2Fboxes%2FbbLayoutTRight.bbs;h=949e532763584926c9ad8ad0c3c41e8ef8f5bb07;hb=dfef2c634432e6a7c8744ba6263a76879cf657c7;hp=547073024ca9a76e32fac32dd4bafb3ea6992d92;hpb=c4c243e9dbc68a1ea17590865e4ee1bb562fe4f9;p=bbtk.git diff --git a/packages/wx/bbs/boxes/bbLayoutTRight.bbs b/packages/wx/bbs/boxes/bbLayoutTRight.bbs index 5470730..949e532 100644 --- a/packages/wx/bbs/boxes/bbLayoutTRight.bbs +++ b/packages/wx/bbs/boxes/bbLayoutTRight.bbs @@ -1,22 +1,28 @@ load std load wx +// --------------- +// | | | +// | W1 | | +// |------| W2 | +// | W3 | | +// | | | +// --------------- +define LayoutTRight wx -define LayoutTLeft wx - -description "Creates a complex box : Left {leftUp, leftDown}" +description "Creates a 'T like' complex container : Right {LeftUp, LeftDown}" author "jean-pierre.roux@creatis.univ-lyon1.fr" -category "box" +category "complex box, widget" new LayoutSplit currentBox set currentBox.Orientation H new LayoutSplit left - connect left.Widget currentBox.Widget2 + connect left.Widget currentBox.Widget1 set left.Orientation V - input Widget1 left.Widget1 "LeftUp" - input Widget2 currentBox.Widget2 "Right" - input Widget3 left.Widget2 "LeftDown" + input Widget1 left.Widget1 "LeftUp container" + input Widget2 currentBox.Widget2 "Right container" + input Widget3 left.Widget2 "LeftDown container" endefine