From add6622fa4071aa580590d18e5afa09ffc1137b2 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Mon, 18 Feb 2008 13:37:22 +0000 Subject: [PATCH] Fix some names --- packages/wx/bbs/boxes/bbLayoutTLeft.bbs | 4 ++-- packages/wx/bbs/boxes/bbLayoutTUp.bbs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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" -- 2.47.1