]> Creatis software - bbtk.git/blobdiff - packages/wx/bbs/boxes/bbLayoutTUp.bbs
*** empty log message ***
[bbtk.git] / packages / wx / bbs / boxes / bbLayoutTUp.bbs
index 0caa7625f291527660c430726171e7f7b47a0c5e..6c452d9f8db345aba0cf50e277558570fb2381ad 100644 (file)
@@ -1,19 +1,25 @@
 load std
 load wx
-
+//                       ----------------
+//                       |    W1        |
+//                       |              |
+//                       |------|-------|
+//                       | W3   |  W2   |
+//                       |      |       |
+//                       ----------------
 define LayoutTUp wx
 
 description "Creates a complex box : Up {DownLeft, DownRight} as w1{w2,w3}"
 author "jean-pierre.roux@creatis.univ-lyon1.fr"
-category "box"
+category "complex box, widget"
 
 new LayoutSplit currentBox
- set currentBox.Orientation H
+ set currentBox.Orientation V
  new LayoutSplit down
 
  connect down.Widget currentBox.Widget2 
 
- set down.Orientation V
+ set down.Orientation H
 
  input Widget1 currentBox.Widget1 "Up"
  input Widget2 down.Widget1       "DownLeft"