subsubsection3_4_2_4.html
subsection3_4_2.html
subsubsection3_4_2_2.html
tableofcontents3_1.html
Next:
subsubsection3_4_2_4.html
Changing the Sizes
Up:
subsection3_4_2.html
PanedWindow
Previous:
subsubsection3_4_2_2.html
Putting Widgets Inside
Setting the Order of the Panes
Usually, when you create a new pane, it is always added to the
bottom or right of the list of panes. If you want to control the
order in which the panes appear inside the TixPanedWindow widget,
you can use the two optional parameters,
-before
and
-after
, for the
add
method.  For example, the call:
.p add pane2 -after pane1
will place the new pane immediately after
pane1
. The call:
.p add pane2 -before pane1
will place the new pane immediately in front of
pane1
.
http://tix.sourceforge.net
http://tix.sourceforge.net
