Sophie

Sophie

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

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

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>16.2.2.2 File Selectors</title>
<META NAME="description" CONTENT="16.2.2.2 File Selectors">
<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="node521.html">
<LINK REL="previous" HREF="node519.html">
<LINK REL="up" HREF="node518.html">
<LINK REL="next" HREF="node521.html">
</head>
<body>
<DIV CLASS="navigation">
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td><A HREF="node519.html"><img src="../icons/previous.gif"
  border="0" height="32"
  alt="Previous Page" width="32"></A></td>
<td><A HREF="node518.html"><img src="../icons/up.gif"
  border="0" height="32"
  alt="Up One Level" width="32"></A></td>
<td><A HREF="node521.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="node519.html">16.2.2.1 Basic Widgets</A>
<b class="navlabel">Up:</b> <a class="sectref" HREF="node518.html">16.2.2 Tix Widgets</A>
<b class="navlabel">Next:</b> <a class="sectref" HREF="node521.html">16.2.2.3 Hierachical ListBox</A>
<br><hr>
</DIV>
<!--End of Navigation Panel-->

<H3><A NAME="SECTION0018222000000000000000">
16.2.2.2 File Selectors</A>
</H3>

<P>
<dl><dt><b><span class="typelabel">class</span> <a name="l2h-3686"><tt class="class">DirList</tt></a></b>()
<dd>
The <a class="ulink" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixDirList.htm"
  >DirList</a> widget
displays a list view of a directory, its previous directories and its
sub-directories. The user can choose one of the directories displayed
in the list or change to another directory.
</dl>

<P>
<dl><dt><b><span class="typelabel">class</span> <a name="l2h-3687"><tt class="class">DirTree</tt></a></b>()
<dd>
The <a class="ulink" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixDirTree.htm"
  >DirTree</a>
widget displays a tree view of a directory, its previous directories
and its sub-directories. The user can choose one of the directories
displayed in the list or change to another directory.
</dl>

<P>
<dl><dt><b><span class="typelabel">class</span> <a name="l2h-3688"><tt class="class">DirSelectDialog</tt></a></b>()
<dd>
The <a class="ulink" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixDirSelectDialog.htm"
  >DirSelectDialog</a>
widget presents the directories in the file system in a dialog
window.  The user can use this dialog window to navigate through the
file system to select the desired directory.
</dl>

<P>
<dl><dt><b><span class="typelabel">class</span> <a name="l2h-3689"><tt class="class">DirSelectBox</tt></a></b>()
<dd>
The <tt class="class">DirSelectBox</tt> is similar
to the standard Motif(TM) directory-selection box. It is generally used for
the user to choose a directory. DirSelectBox stores the directories mostly
recently selected into a ComboBox widget so that they can be quickly
selected again.
</dl>

<P>
<dl><dt><b><span class="typelabel">class</span> <a name="l2h-3690"><tt class="class">ExFileSelectBox</tt></a></b>()
<dd>
The <a class="ulink" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixExFileSelectBox.htm"
  >ExFileSelectBox</a>
widget is usually embedded in a tixExFileSelectDialog widget. It
provides an convenient method for the user to select files. The style
of the <tt class="class">ExFileSelectBox</tt> widget is very similar to the standard
file dialog on MS Windows 3.1.
</dl>

<P>
<dl><dt><b><span class="typelabel">class</span> <a name="l2h-3691"><tt class="class">FileSelectBox</tt></a></b>()
<dd>
The <a class="ulink" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixFileSelectBox.htm"
  >FileSelectBox</a>
is similar to the standard Motif(TM) file-selection box. It is
generally used for the user to choose a file. FileSelectBox stores the
files mostly recently selected into a <tt class="class">ComboBox</tt> widget so that
they can be quickly selected again.
</dl>

<P>
<dl><dt><b><span class="typelabel">class</span> <a name="l2h-3692"><tt class="class">FileEntry</tt></a></b>()
<dd>
The <a class="ulink" href="http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixFileEntry.htm"
  >FileEntry</a>
widget can be used to input a filename. The user can type in the
filename manually. Alternatively, the user can press the button widget
that sits next to the entry, which will bring up a file selection
dialog.
</dl>

<P>

<DIV CLASS="navigation">
<p><hr>
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td><A HREF="node519.html"><img src="../icons/previous.gif"
  border="0" height="32"
  alt="Previous Page" width="32"></A></td>
<td><A HREF="node518.html"><img src="../icons/up.gif"
  border="0" height="32"
  alt="Up One Level" width="32"></A></td>
<td><A HREF="node521.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="node519.html">16.2.2.1 Basic Widgets</A>
<b class="navlabel">Up:</b> <a class="sectref" HREF="node518.html">16.2.2 Tix Widgets</A>
<b class="navlabel">Next:</b> <a class="sectref" HREF="node521.html">16.2.2.3 Hierachical ListBox</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>