]> Creatis software - bbtk.git/blobdiff - packages/wx/bbs/boxes/bbLayoutTRight.bbs
no message
[bbtk.git] / packages / wx / bbs / boxes / bbLayoutTRight.bbs
index a7aa470d7822b9ceb8242d3f45e39a8fad0e77d5..949e532763584926c9ad8ad0c3c41e8ef8f5bb07 100644 (file)
@@ -9,20 +9,20 @@ 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 "box"
+category "complex box, widget"
 
 new LayoutSplit currentBox
  set currentBox.Orientation H
  new LayoutSplit left
 
- connect left.Widget currentBox.Widget
+ connect left.Widget currentBox.Widget1
 
  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