load std
load wx
+// ---------------
+// | | W2 |
+// | W1 | |
+// | |------|
+// | | W3 |
+// | | |
+// ---------------
+
define LayoutTLeft wx
description "Creates a complex box : Left {RigthUp, Rightright}"
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
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"