Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / amd64 / html / python / lib / module-Tix.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link rel="STYLESHEET" href="lib.css" type='text/css' />
<link rel="SHORTCUT ICON" href="../icons/pyfav.png" type="image/png" />
<link rel='start' href='../index.html' title='Python Documentation Index' />
<link rel="first" href="lib.html" title='Python Library Reference' />
<link rel='contents' href='contents.html' title="Contents" />
<link rel='index' href='genindex.html' title='Index' />
<link rel='last' href='about.html' title='About this document...' />
<link rel='help' href='about.html' title='About this document...' />
<link rel="next" href="module-ScrolledText.html" />
<link rel="prev" href="module-Tkinter.html" />
<link rel="parent" href="tkinter.html" />
<link rel="next" href="node733.html" />
<meta name='aesop' content='information' />
<title>16.2 Tix -- Extension widgets for Tk</title>
</head>
<body>
<DIV CLASS="navigation">
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td class='online-navigation'><a rel="prev" title="16.1.6.9 Images"
href="node731.html"><img src='../icons/previous.png'
border='0' height='32' alt='Previous Page' width='32' /></A></td>
<td class='online-navigation'><a rel="parent" title="16. Graphical User Interfaces"
href="tkinter.html"><img src='../icons/up.png'
border='0' height='32' alt='Up One Level' width='32' /></A></td>
<td class='online-navigation'><a rel="next" title="16.2.1 Using Tix"
href="node733.html"><img src='../icons/next.png'
border='0' height='32' alt='Next Page' width='32' /></A></td>
<td align="center" width="100%">Python Library Reference</td>
<td class='online-navigation'><a rel="contents" title="Table of Contents"
href="contents.html"><img src='../icons/contents.png'
border='0' height='32' alt='Contents' width='32' /></A></td>
<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
border='0' height='32' alt='Module Index' width='32' /></a></td>
<td class='online-navigation'><a rel="index" title="Index"
href="genindex.html"><img src='../icons/index.png'
border='0' height='32' alt='Index' width='32' /></A></td>
</tr></table>
<div class='online-navigation'>
<b class="navlabel">Previous:</b>
<a class="sectref" rel="prev" href="node731.html">16.1.6.9 Images</A>
<b class="navlabel">Up:</b>
<a class="sectref" rel="parent" href="tkinter.html">16. Graphical User Interfaces</A>
<b class="navlabel">Next:</b>
<a class="sectref" rel="next" href="node733.html">16.2.1 Using Tix</A>
</div>
<hr /></div>
</DIV>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION0018200000000000000000">
16.2 <tt class="module">Tix</tt> --
Extension widgets for Tk</A>
</H1>
<P>
<A NAME="module-Tix"></A>
<P>
<a id='l2h-4842' xml:id='l2h-4842'></a>
<P>
The <tt class="module">Tix</tt> (Tk Interface Extension) module provides an
additional rich set of widgets. Although the standard Tk library has
many useful widgets, they are far from complete. The <tt class="module">Tix</tt>
library provides most of the commonly needed widgets that are missing
from standard Tk: <tt class="class">HList</tt>, <tt class="class">ComboBox</tt>, <tt class="class">Control</tt>
(a.k.a. SpinBox) and an assortment of scrollable widgets. <tt class="module">Tix</tt>
also includes many more widgets that are generally useful in a wide
range of applications: <tt class="class">NoteBook</tt>, <tt class="class">FileEntry</tt>,
<tt class="class">PanedWindow</tt>, etc; there are more than 40 of them.
<P>
With all these new widgets, you can introduce new interaction
techniques into applications, creating more useful and more intuitive
user interfaces. You can design your application by choosing the most
appropriate widgets to match the special needs of your application and
users.
<P>
<div class="seealso">
<p class="heading">See Also:</p>
<dl compact="compact" class="seetitle">
<dt><em class="citetitle"><a href="http://tix.sourceforge.net/"
>Tix Homepage</a></em></dt>
<dd>The home page for <tt class="module">Tix</tt>. This includes links to
additional documentation and downloads.</dd>
</dl>
<dl compact="compact" class="seetitle">
<dt><em class="citetitle"><a href="http://tix.sourceforge.net/dist/current/man/"
>Tix Man Pages</a></em></dt>
<dd>On-line version of the man pages and reference material.</dd>
</dl>
<dl compact="compact" class="seetitle">
<dt><em class="citetitle"><a href="http://tix.sourceforge.net/dist/current/docs/tix-book/tix.book.html"
>Tix Programming Guide</a></em></dt>
<dd>On-line version of the programmer's reference material.</dd>
</dl>
<dl compact="compact" class="seetitle">
<dt><em class="citetitle"><a href="http://tix.sourceforge.net/Tide/"
>Tix Development Applications</a></em></dt>
<dd>Tix applications for development of Tix and Tkinter programs.
Tide applications work under Tk or Tkinter, and include
<b class="program">TixInspect</b>, an inspector to remotely modify and
debug Tix/Tk/Tkinter applications.</dd>
</dl>
</div>
<P>
<p><br /></p><hr class='online-navigation' />
<div class='online-navigation'>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></a>
<UL CLASS="ChildLinks">
<LI><A href="node733.html">16.2.1 Using Tix</a>
<LI><A href="node734.html">16.2.2 Tix Widgets</a>
<UL>
<LI><A href="node735.html">16.2.2.1 Basic Widgets</a>
<LI><A href="node736.html">16.2.2.2 File Selectors</a>
<LI><A href="node737.html">16.2.2.3 Hierachical ListBox</a>
<LI><A href="node738.html">16.2.2.4 Tabular ListBox</a>
<LI><A href="node739.html">16.2.2.5 Manager Widgets</a>
<LI><A href="node740.html">16.2.2.6 Image Types</a>
<LI><A href="node741.html">16.2.2.7 Miscellaneous Widgets</a>
<LI><A href="node742.html">16.2.2.8 Form Geometry Manager</a>
</ul>
<LI><A href="node743.html">16.2.3 Tix Commands</a>
</ul>
<!--End of Table of Child-Links-->
</div>
<DIV CLASS="navigation">
<div class='online-navigation'>
<p></p><hr />
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td class='online-navigation'><a rel="prev" title="16.1.6.9 Images"
href="node731.html"><img src='../icons/previous.png'
border='0' height='32' alt='Previous Page' width='32' /></A></td>
<td class='online-navigation'><a rel="parent" title="16. Graphical User Interfaces"
href="tkinter.html"><img src='../icons/up.png'
border='0' height='32' alt='Up One Level' width='32' /></A></td>
<td class='online-navigation'><a rel="next" title="16.2.1 Using Tix"
href="node733.html"><img src='../icons/next.png'
border='0' height='32' alt='Next Page' width='32' /></A></td>
<td align="center" width="100%">Python Library Reference</td>
<td class='online-navigation'><a rel="contents" title="Table of Contents"
href="contents.html"><img src='../icons/contents.png'
border='0' height='32' alt='Contents' width='32' /></A></td>
<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
border='0' height='32' alt='Module Index' width='32' /></a></td>
<td class='online-navigation'><a rel="index" title="Index"
href="genindex.html"><img src='../icons/index.png'
border='0' height='32' alt='Index' width='32' /></A></td>
</tr></table>
<div class='online-navigation'>
<b class="navlabel">Previous:</b>
<a class="sectref" rel="prev" href="node731.html">16.1.6.9 Images</A>
<b class="navlabel">Up:</b>
<a class="sectref" rel="parent" href="tkinter.html">16. Graphical User Interfaces</A>
<b class="navlabel">Next:</b>
<a class="sectref" rel="next" href="node733.html">16.2.1 Using Tix</A>
</div>
</div>
<hr />
<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
</DIV>
<!--End of Navigation Panel-->
<ADDRESS>
See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
</ADDRESS>
</BODY>
</HTML>