]> Creatis software - bbtk.git/blobdiff - packages/wx/bbs/boxes/bbLayoutTLeft.bbs
Some comments updated
[bbtk.git] / packages / wx / bbs / boxes / bbLayoutTLeft.bbs
index 4a03d7cdac5f9ed4dc2b251a402081560b9640b8..a001e32ee378a9f3cf5dd6400c32b8d43820b275 100644 (file)
@@ -11,9 +11,9 @@ 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"
+category "complex box, widget"
 
 new LayoutSplit currentBox
  set currentBox.Orientation H
@@ -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"