]> Creatis software - bbtk.git/blobdiff - packages/wx/bbs/boxes/bbLayoutTLeft.bbs
Some comments updated
[bbtk.git] / packages / wx / bbs / boxes / bbLayoutTLeft.bbs
index 5315b788a4b804d1f3e3ee98441aef22e7ec6d25..a001e32ee378a9f3cf5dd6400c32b8d43820b275 100644 (file)
@@ -1,11 +1,19 @@
 load std
 load wx
 
+//                       ---------------
+//                       |      |  W2  |
+//                       |  W1  |      |
+//                       |      |------|
+//                       |      |  W3  |
+//                       |      |      |
+//                       ---------------
+
 define LayoutTLeft wx
 
-description "Creates a complex box : Left {RigthUp, Rightright}"
+description "Creates a complex box : Left {RigthUp, RightDown}"
 author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "box"
+category "complex box, widget"
 
 new LayoutSplit currentBox
  set currentBox.Orientation H
@@ -15,8 +23,8 @@ new LayoutSplit currentBox
 
  set right.Orientation V
 
- input Widget1 currentBox.Widget1 "Up"
- input Widget2 right.Widget1       "RightUp" 
- input Widget3 right.Widget2       "RightDown"  
+ input Widget1 currentBox.Widget1 "Left"
+ input Widget2 right.Widget1      "RightUp" 
+ input Widget3 right.Widget2      "RightDown"  
 
 endefine