From: jean-pierre roux Date: Mon, 18 Feb 2008 13:37:22 +0000 (+0000) Subject: Fix some names X-Git-Tag: r0.6.1~181 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=add6622fa4071aa580590d18e5afa09ffc1137b2;p=bbtk.git Fix some names --- diff --git a/packages/wx/bbs/boxes/bbLayoutTLeft.bbs b/packages/wx/bbs/boxes/bbLayoutTLeft.bbs index 4a03d7c..b70aaee 100644 --- a/packages/wx/bbs/boxes/bbLayoutTLeft.bbs +++ b/packages/wx/bbs/boxes/bbLayoutTLeft.bbs @@ -11,7 +11,7 @@ load wx 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" @@ -23,7 +23,7 @@ new LayoutSplit currentBox set right.Orientation V - input Widget1 currentBox.Widget1 "Up" + input Widget1 currentBox.Widget1 "Left" input Widget2 right.Widget1 "RightUp" input Widget3 right.Widget2 "RightDown" diff --git a/packages/wx/bbs/boxes/bbLayoutTUp.bbs b/packages/wx/bbs/boxes/bbLayoutTUp.bbs index cf94c0d..581dd48 100644 --- a/packages/wx/bbs/boxes/bbLayoutTUp.bbs +++ b/packages/wx/bbs/boxes/bbLayoutTUp.bbs @@ -14,12 +14,12 @@ author "jean-pierre.roux@creatis.univ-lyon1.fr" category "box" new LayoutSplit currentBox - set currentBox.Orientation H + set currentBox.Orientation V new LayoutSplit down connect down.Widget currentBox.Widget2 - set down.Orientation V + set down.Orientation H input Widget1 currentBox.Widget1 "Up" input Widget2 down.Widget1 "DownLeft"