]> Creatis software - bbtk.git/commitdiff
Fix some names
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 18 Feb 2008 13:37:22 +0000 (13:37 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 18 Feb 2008 13:37:22 +0000 (13:37 +0000)
packages/wx/bbs/boxes/bbLayoutTLeft.bbs
packages/wx/bbs/boxes/bbLayoutTUp.bbs

index 4a03d7cdac5f9ed4dc2b251a402081560b9640b8..b70aaeead6fa3a1c02aecba1f436005a754a1017 100644 (file)
@@ -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"  
 
index cf94c0dc087fe28bb1a06dcfa4ed4c8df69db200..581dd486d22526844b24788132ba867d7e3c680b 100644 (file)
@@ -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"