]> Creatis software - bbtk.git/blobdiff - packages/wx/bbs/boxes/bbLayoutTUp.bbs
Fixes in some comments
[bbtk.git] / packages / wx / bbs / boxes / bbLayoutTUp.bbs
index 6c452d9f8db345aba0cf50e277558570fb2381ad..2dca7b4ba5a7bbacb6534efcc81e4ae3f3beec26 100644 (file)
@@ -9,7 +9,7 @@ load wx
 //                       ----------------
 define LayoutTUp wx
 
-description "Creates a complex box : Up {DownLeft, DownRight} as w1{w2,w3}"
+description "Creates a 'T like' complex container : Up {DownLeft, DownRight} as w1{w2,w3}"
 author "jean-pierre.roux@creatis.univ-lyon1.fr"
 category "complex box, widget"
 
@@ -21,8 +21,8 @@ new LayoutSplit currentBox
 
  set down.Orientation H
 
- input Widget1 currentBox.Widget1 "Up"
- input Widget2 down.Widget1       "DownLeft" 
- input Widget3 down.Widget2       "DownRight"  
+ input Widget1 currentBox.Widget1 "Up container"
+ input Widget2 down.Widget1       "DownLeft container
+ input Widget3 down.Widget2       "DownRight container"  
 
 endefine