subsection3_4_2.html
subsection3_4_1.html
subsubsection3_4_1_3.html
tableofcontents3_1.html
Next:
subsection3_4_2.html
PanedWindow
Up:
subsection3_4_1.html
TixNoteBook
Previous:
subsubsection3_4_1_3.html
Delaying the Creation
Changing Page Tabs and Deleting Pages
To change the information in the tabs of the pages, we can use the
pageconfigure
method. For example, the following command:
.nb pageconfigure hd -label "Fixed Disk"
changes the label from ``Hard Disk'' to ``Fixed Disk''.  To delete a
page, we can use the
delete
method.
You should avoid using the
pageconfigure
and
delete
. Your users will just feel annoyed if the interface changes
all the time and notebook pages appear and disappear every now and
then.
http://tix.sourceforge.net
http://tix.sourceforge.net
