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=a7aa470d7822b9ceb8242d3f45e39a8fad0e77d5;hpb=a0da3fd2df934b6fef7b164dfb7a09708dfe5f11;p=bbtk.git diff --git a/packages/wx/bbs/boxes/bbLayoutTRight.bbs b/packages/wx/bbs/boxes/bbLayoutTRight.bbs index a7aa470..949e532 100644 --- a/packages/wx/bbs/boxes/bbLayoutTRight.bbs +++ b/packages/wx/bbs/boxes/bbLayoutTRight.bbs @@ -9,20 +9,20 @@ load wx // --------------- define LayoutTRight wx -description "Creates a complex box : Right {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