]> Creatis software - bbtk.git/blobdiff - packages/wx/bbs/boxes/bbLayoutTLeft.bbs
*** empty log message ***
[bbtk.git] / packages / wx / bbs / boxes / bbLayoutTLeft.bbs
index 5315b788a4b804d1f3e3ee98441aef22e7ec6d25..b70aaeead6fa3a1c02aecba1f436005a754a1017 100644 (file)
@@ -1,9 +1,17 @@
 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"
 
@@ -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