Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 0b7eb7009605a11593fbe388d7fbee61 > files > 384

python-docs-2.2-9.1mdk.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>16.2 Tix -- Extension widgets for Tk</title>
<META NAME="description" CONTENT="16.2 Tix -- Extension widgets for Tk">
<META NAME="keywords" CONTENT="lib">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<meta http-equiv="Content-Type" content="text/html; charset=">
<link rel="STYLESHEET" href="lib.css">
<link rel="first" href="lib.html">
<link rel="contents" href="contents.html" title="Contents">
<link rel="index" href="genindex.html" title="Index">
<LINK REL="next" href="module-ScrolledText.html">
<LINK REL="previous" href="module-Tkinter.html">
<LINK REL="up" href="tkinter.html">
<LINK REL="next" HREF="node517.html">
</head>
<body>
<DIV CLASS="navigation">
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td><A HREF="node515.html"><img src="../icons/previous.gif"
  border="0" height="32"
  alt="Previous Page" width="32"></A></td>
<td><A href="tkinter.html"><img src="../icons/up.gif"
  border="0" height="32"
  alt="Up One Level" width="32"></A></td>
<td><A HREF="node517.html"><img src="../icons/next.gif"
  border="0" height="32"
  alt="Next Page" width="32"></A></td>
<td align="center" width="100%">Python Library Reference</td>
<td><A href="contents.html"><img src="../icons/contents.gif"
  border="0" height="32"
  alt="Contents" width="32"></A></td>
<td><a href="modindex.html" title="Module Index"><img src="../icons/modules.gif"
  border="0" height="32"
  alt="Module Index" width="32"></a></td>
<td><A href="genindex.html"><img src="../icons/index.gif"
  border="0" height="32"
  alt="Index" width="32"></A></td>
</tr></table>
<b class="navlabel">Previous:</b> <a class="sectref" HREF="node515.html">16.1.6.8 The index Parameter</A>
<b class="navlabel">Up:</b> <a class="sectref" href="tkinter.html">16. Graphical User Interfaces</A>
<b class="navlabel">Next:</b> <a class="sectref" HREF="node517.html">16.2.1 Using Tix</A>
<br><hr>
</DIV>
<!--End of Navigation Panel-->

<H1><A NAME="SECTION0018200000000000000000">
16.2 <tt class="module">Tix</tt> --
         Extension widgets for Tk</A>
</H1>

<P>


<P>
<a name="l2h-3672">&nbsp;</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"><b>See Also:</b></p>

<dl compact class="seetitle">
    <dt><em class="citetitle"><a href="http://tix.sourceforge.net/"
        >Tix Homepage</a></em>
    <dd>The home page for <tt class="module">Tix</tt>.  This includes links to
         additional documentation and downloads.
  </dl>
<dl compact class="seetitle">
    <dt><em class="citetitle"><a href="http://tix.sourceforge.net/dist/current/man/"
        >Tix Man Pages</a></em>
    <dd>On-line version of the man pages and reference material.
  </dl>
<dl 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>
    <dd>On-line version of the programmer's reference material.
  </dl>
<dl compact class="seetitle">
    <dt><em class="citetitle"><a href="http://tix.sourceforge.net/Tide/"
        >Tix Development Applications</a></em>
    <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.
  </dl>
</div>

<P>

<p><hr>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></a>

<UL CLASS="ChildLinks">
<LI><A href="node517.html">16.2.1 Using Tix</a>
<LI><A href="node518.html">16.2.2 Tix Widgets</a>
<UL>
<LI><A href="node519.html">16.2.2.1 Basic Widgets</a>
<LI><A href="node520.html">16.2.2.2 File Selectors</a>
<LI><A href="node521.html">16.2.2.3 Hierachical ListBox</a>
<LI><A href="node522.html">16.2.2.4 Tabular ListBox</a>
<LI><A href="node523.html">16.2.2.5 Manager Widgets</a>
<LI><A href="node524.html">16.2.2.6 Image Types</a>
<LI><A href="node525.html">16.2.2.7 Miscellaneous Widgets</a>
<LI><A href="node526.html">16.2.2.8 Form Geometry Manager</a>
</ul>
<LI><A href="node527.html">16.2.3 Tix Commands</a>
</ul>
<!--End of Table of Child-Links-->

<DIV CLASS="navigation">
<p><hr>
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td><A HREF="node515.html"><img src="../icons/previous.gif"
  border="0" height="32"
  alt="Previous Page" width="32"></A></td>
<td><A href="tkinter.html"><img src="../icons/up.gif"
  border="0" height="32"
  alt="Up One Level" width="32"></A></td>
<td><A HREF="node517.html"><img src="../icons/next.gif"
  border="0" height="32"
  alt="Next Page" width="32"></A></td>
<td align="center" width="100%">Python Library Reference</td>
<td><A href="contents.html"><img src="../icons/contents.gif"
  border="0" height="32"
  alt="Contents" width="32"></A></td>
<td><a href="modindex.html" title="Module Index"><img src="../icons/modules.gif"
  border="0" height="32"
  alt="Module Index" width="32"></a></td>
<td><A href="genindex.html"><img src="../icons/index.gif"
  border="0" height="32"
  alt="Index" width="32"></A></td>
</tr></table>
<b class="navlabel">Previous:</b> <a class="sectref" HREF="node515.html">16.1.6.8 The index Parameter</A>
<b class="navlabel">Up:</b> <a class="sectref" href="tkinter.html">16. Graphical User Interfaces</A>
<b class="navlabel">Next:</b> <a class="sectref" HREF="node517.html">16.2.1 Using Tix</A>
<hr>
<span class="release-info">Release 2.2, documentation updated on December 21, 2001.</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>