]> Creatis software - bbtk.git/commitdiff
Add some illustration
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 18 Feb 2008 13:19:03 +0000 (13:19 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 18 Feb 2008 13:19:03 +0000 (13:19 +0000)
packages/wx/bbs/boxes/bbLayoutTDown.bbs
packages/wx/bbs/boxes/bbLayoutTLeft.bbs
packages/wx/bbs/boxes/bbLayoutTRight.bbs
packages/wx/bbs/boxes/bbLayoutTUp.bbs

index 777c538e3c638cc84f81671ae47758c1cd87f4f1..6e284f0822136db6805bca1d134bc71d25564f88 100644 (file)
@@ -1,5 +1,12 @@
 load std
 load wx
+//                       ---------------
+//                       |      |      |
+//                       |  W1  |  W2  |
+//                       |-------------|
+//                       |             |
+//                       |     W3      |
+//                       ---------------
 
 define LayoutTDown wx
 
index 5315b788a4b804d1f3e3ee98441aef22e7ec6d25..4a03d7cdac5f9ed4dc2b251a402081560b9640b8 100644 (file)
@@ -1,6 +1,14 @@
 load std
 load wx
 
+//                       ---------------
+//                       |      |  W2  |
+//                       |  W1  |      |
+//                       |      |------|
+//                       |      |  W3  |
+//                       |      |      |
+//                       ---------------
+
 define LayoutTLeft wx
 
 description "Creates a complex box : Left {RigthUp, Rightright}"
@@ -16,7 +24,7 @@ new LayoutSplit currentBox
  set right.Orientation V
 
  input Widget1 currentBox.Widget1 "Up"
- input Widget2 right.Widget1       "RightUp" 
- input Widget3 right.Widget2       "RightDown"  
+ input Widget2 right.Widget1      "RightUp" 
+ input Widget3 right.Widget2      "RightDown"  
 
 endefine
index 547073024ca9a76e32fac32dd4bafb3ea6992d92..a7aa470d7822b9ceb8242d3f45e39a8fad0e77d5 100644 (file)
@@ -1,9 +1,15 @@
 load std
 load wx
+//                       ---------------
+//                       |      |      |
+//                       |  W1  |      |
+//                       |------|  W2  |
+//                       |  W3  |      |
+//                       |      |      |
+//                       ---------------
+define LayoutTRight wx
 
-define LayoutTLeft wx
-
-description "Creates a complex box : Left {leftUp, leftDown}"
+description "Creates a complex box : Right {LeftUp, LeftDown}"
 author "jean-pierre.roux@creatis.univ-lyon1.fr"
 category "box"
 
index 0caa7625f291527660c430726171e7f7b47a0c5e..cf94c0dc087fe28bb1a06dcfa4ed4c8df69db200 100644 (file)
@@ -1,6 +1,12 @@
 load std
 load wx
-
+//                       ----------------
+//                       |    W1        |
+//                       |              |
+//                       |------|-------|
+//                       | W3   |  W2   |
+//                       |      |       |
+//                       ----------------
 define LayoutTUp wx
 
 description "Creates a complex box : Up {DownLeft, DownRight} as w1{w2,w3}"