subsubsection3_5_3_4.html
subsection3_5_3.html
subsubsection3_5_3_2.html
tableofcontents3_1.html
Next:
subsubsection3_5_3_4.html
Choosing the Orientation
Up:
subsection3_5_3.html
Creating Display Items
Previous:
subsubsection3_5_3_2.html
Setting the Styles
Configuring and Deleting the Items
You can configure the individual attributes of the items using the
entryconfigure
method. There is also the entrycget method for querying
the attributes of the items. To
delete
the items, you can use the
delete method. In the following example, we use these two methods to
change the first and third items to display the text strings
One
and
Two
and change the third item to use the style
$style2
. Then we delete the second item using the
delete
command.
.t entryconfigure 0 -text One
.t entryconfigure 2 -text Two
.t delete 1
http://tix.sourceforge.net
http://tix.sourceforge.net
