]> Creatis software - bbtk.git/blobdiff - packages/wx/bbs/boxes/bbLayoutTRight.bbs
Fixes in some comments
[bbtk.git] / packages / wx / bbs / boxes / bbLayoutTRight.bbs
index 0c36b5c48e3804f9a69a5189e52f19f2226ba7a3..949e532763584926c9ad8ad0c3c41e8ef8f5bb07 100644 (file)
@@ -9,7 +9,7 @@ load wx
 //                       ---------------
 define LayoutTRight wx
 
-description "Creates a complex box : Right {LeftUp, LeftDown}"
+description "Creates a 'T like' complex container : Right {LeftUp, LeftDown}"
 author "jean-pierre.roux@creatis.univ-lyon1.fr"
 category "complex box, widget"
 
@@ -21,8 +21,8 @@ new LayoutSplit currentBox
 
  set left.Orientation V
 
- input Widget1 left.Widget1       "LeftUp"
- input Widget2 currentBox.Widget2 "Right" 
- input Widget3 left.Widget2       "LeftDown"  
+ input Widget1 left.Widget1       "LeftUp container"
+ input Widget2 currentBox.Widget2 "Right container
+ input Widget3 left.Widget2       "LeftDown container"  
 
 endefine