From: jean-pierre roux Date: Mon, 18 Feb 2008 13:19:03 +0000 (+0000) Subject: Add some illustration X-Git-Tag: r0.6.1~182 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=a0da3fd2df934b6fef7b164dfb7a09708dfe5f11;hp=c4c243e9dbc68a1ea17590865e4ee1bb562fe4f9;p=bbtk.git Add some illustration --- diff --git a/packages/wx/bbs/boxes/bbLayoutTDown.bbs b/packages/wx/bbs/boxes/bbLayoutTDown.bbs index 777c538..6e284f0 100644 --- a/packages/wx/bbs/boxes/bbLayoutTDown.bbs +++ b/packages/wx/bbs/boxes/bbLayoutTDown.bbs @@ -1,5 +1,12 @@ load std load wx +// --------------- +// | | | +// | W1 | W2 | +// |-------------| +// | | +// | W3 | +// --------------- define LayoutTDown wx diff --git a/packages/wx/bbs/boxes/bbLayoutTLeft.bbs b/packages/wx/bbs/boxes/bbLayoutTLeft.bbs index 5315b78..4a03d7c 100644 --- a/packages/wx/bbs/boxes/bbLayoutTLeft.bbs +++ b/packages/wx/bbs/boxes/bbLayoutTLeft.bbs @@ -1,6 +1,14 @@ load std load wx +// --------------- +// | | W2 | +// | W1 | | +// | |------| +// | | W3 | +// | | | +// --------------- + define LayoutTLeft wx description "Creates a complex box : Left {RigthUp, Rightright}" @@ -16,7 +24,7 @@ new LayoutSplit currentBox set right.Orientation V input Widget1 currentBox.Widget1 "Up" - input Widget2 right.Widget1 "RightUp" - input Widget3 right.Widget2 "RightDown" + input Widget2 right.Widget1 "RightUp" + input Widget3 right.Widget2 "RightDown" endefine diff --git a/packages/wx/bbs/boxes/bbLayoutTRight.bbs b/packages/wx/bbs/boxes/bbLayoutTRight.bbs index 5470730..a7aa470 100644 --- a/packages/wx/bbs/boxes/bbLayoutTRight.bbs +++ b/packages/wx/bbs/boxes/bbLayoutTRight.bbs @@ -1,9 +1,15 @@ load std load wx +// --------------- +// | | | +// | W1 | | +// |------| W2 | +// | W3 | | +// | | | +// --------------- +define LayoutTRight wx -define LayoutTLeft wx - -description "Creates a complex box : Left {leftUp, leftDown}" +description "Creates a complex box : Right {LeftUp, LeftDown}" author "jean-pierre.roux@creatis.univ-lyon1.fr" category "box" diff --git a/packages/wx/bbs/boxes/bbLayoutTUp.bbs b/packages/wx/bbs/boxes/bbLayoutTUp.bbs index 0caa762..cf94c0d 100644 --- a/packages/wx/bbs/boxes/bbLayoutTUp.bbs +++ b/packages/wx/bbs/boxes/bbLayoutTUp.bbs @@ -1,6 +1,12 @@ load std load wx - +// ---------------- +// | W1 | +// | | +// |------|-------| +// | W3 | W2 | +// | | | +// ---------------- define LayoutTUp wx description "Creates a complex box : Up {DownLeft, DownRight} as w1{w2,w3}"