]> Creatis software - bbtk.git/blobdiff - packages/wx/bbs/boxes/bbLayoutTLeft.bbs
partial revision
[bbtk.git] / packages / wx / bbs / boxes / bbLayoutTLeft.bbs
index b70aaeead6fa3a1c02aecba1f436005a754a1017..fae15b067526b82f0e01495bfe8b5ebc987b40e8 100644 (file)
@@ -11,9 +11,9 @@ load wx
 
 define LayoutTLeft wx
 
-description "Creates a complex box : Left {RigthUp, RightDown}"
+description "Creates a 'T like' complex container: 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,8 +23,8 @@ new LayoutSplit currentBox
 
  set right.Orientation V
 
- input Widget1 currentBox.Widget1 "Left"
- input Widget2 right.Widget1      "RightUp" 
- input Widget3 right.Widget2      "RightDown"  
+ input Widget1 currentBox.Widget1 "Left container"
+ input Widget2 right.Widget1      "RightUp container
+ input Widget3 right.Widget2      "RightDown container"  
 
 endefine