subsubsection3_4_2_3.html
subsection3_4_2.html
subsubsection3_4_2_1.html
tableofcontents3_1.html
Next:
subsubsection3_4_2_3.html
Setting the Order
Up:
subsection3_4_2.html
PanedWindow
Previous:
subsubsection3_4_2_1.html
Adding Panes Inside
Putting Widgets Inside the Panes
Each pane we have created using the
add
method is essentially
a frame widget. After we have created the panes, we can put widgets
inside them. As shown inside program 2-5, we can use the
subwidget
method to find out the name of the pane
subwidgets. Then we can just create new widgets as their children
and pack these new widgets inside the panes. The output of program
2-5 is shown in figure 2-6
http://tix.sourceforge.net
http://tix.sourceforge.net
