]> Creatis software - bbtk.git/blobdiff - packages/wx/bbs/boxes/bbLayoutTLeft.bbs
Fixes in some comments
[bbtk.git] / packages / wx / bbs / boxes / bbLayoutTLeft.bbs
index a001e32ee378a9f3cf5dd6400c32b8d43820b275..fae15b067526b82f0e01495bfe8b5ebc987b40e8 100644 (file)
@@ -11,7 +11,7 @@ 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 "complex box, widget"
 
@@ -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