X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fbbs%2Fboxes%2FbbLayoutTUp.bbs;h=2dca7b4ba5a7bbacb6534efcc81e4ae3f3beec26;hb=d19cff08b07249c26b8b851722e176032058c00a;hp=581dd486d22526844b24788132ba867d7e3c680b;hpb=add6622fa4071aa580590d18e5afa09ffc1137b2;p=bbtk.git diff --git a/packages/wx/bbs/boxes/bbLayoutTUp.bbs b/packages/wx/bbs/boxes/bbLayoutTUp.bbs index 581dd48..2dca7b4 100644 --- a/packages/wx/bbs/boxes/bbLayoutTUp.bbs +++ b/packages/wx/bbs/boxes/bbLayoutTUp.bbs @@ -9,9 +9,9 @@ load wx // ---------------- define LayoutTUp wx -description "Creates a complex box : Up {DownLeft, DownRight} as w1{w2,w3}" +description "Creates a 'T like' complex container : Up {DownLeft, DownRight} as w1{w2,w3}" author "jean-pierre.roux@creatis.univ-lyon1.fr" -category "box" +category "complex box, widget" new LayoutSplit currentBox set currentBox.Orientation V @@ -21,8 +21,8 @@ new LayoutSplit currentBox set down.Orientation H - input Widget1 currentBox.Widget1 "Up" - input Widget2 down.Widget1 "DownLeft" - input Widget3 down.Widget2 "DownRight" + input Widget1 currentBox.Widget1 "Up container" + input Widget2 down.Widget1 "DownLeft container" + input Widget3 down.Widget2 "DownRight container" endefine