~ubuntu-branches/debian/lenny/epydoc/lenny

« back to all changes in this revision

Viewing changes to doc/api/public/epydoc.gui-module.html

  • Committer: Bazaar Package Importer
  • Author(s): Kenneth J. Pronovici
  • Date: 2008-02-03 13:22:12 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080203132212-u2uohl6rswmlz2ra
Tags: 3.0.1-1
* New upstream release.
* Removed #! from top of epydoc/gui.py
* Got rid of version mangling in debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="iso-8859-1"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
 
          "DTD/xhtml1-transitional.dtd">
4
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
 
<head>
6
 
  <title>epydoc.gui</title>
7
 
  <link rel="stylesheet" href="epydoc.css" type="text/css"></link>
8
 
</head>
9
 
<body bgcolor="white" text="black" link="blue" vlink="#204080"
10
 
      alink="#204080">
11
 
 
12
 
<!-- =========== START OF NAVBAR =========== -->
13
 
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
14
 
  <tr valign="center">
15
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="epydoc-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
16
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
17
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
18
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
19
 
    <th class="navbar" align="right" width="100%">
20
 
      <table border="0" cellpadding="0" cellspacing="0">
21
 
      <tr><th class="navbar" align="center">
22
 
        <p class="nomargin">
23
 
          <a class="navbar" target="_top" href="http://epydoc.sourceforge.net">epydoc 2.0</a>
24
 
      </p></th></tr></table>
25
 
    </th>
26
 
  </tr>
27
 
</table>
28
 
<table width="100%" cellpadding="0" cellspacing="0">
29
 
  <tr valign="top">
30
 
    <td width="100%">
31
 
      <font size="-1"><b class="breadcrumbs">
32
 
        <a href="epydoc-module.html">Package&nbsp;epydoc</a> ::
33
 
        Module&nbsp;gui
34
 
      </b></font></br>
35
 
    </td>
36
 
    <td><table cellpadding="0" cellspacing="0">
37
 
      <tr><td align="right"><font size="-2">[<a href="../private/epydoc.gui-module.html">show&nbsp;private</a>&nbsp;|&nbsp;hide&nbsp;private]</font></td></tr>
38
 
      <tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="epydoc.gui-module.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
39
 
    </table></td>
40
 
</tr></table>
41
 
 
42
 
<!-- =========== START OF MODULE DESCRIPTION =========== -->
43
 
<h2 class="module">Module epydoc.gui</h2>
44
 
 
45
 
<p>Graphical interface to epydoc. This interface might be useful for 
46
 
systems where it's inconvenient to use the command-line interface (such 
47
 
as Windows). It supports all of the features that are supported by the 
48
 
command-line interface. It also supports loading and saving of <a 
49
 
name="index-project_files"></a><i class="indexterm">project files</i>, 
50
 
which store a set of related modules, and the options that should be used 
51
 
to generate the documentation for those modules.</p>
52
 
Usage:
53
 
<pre class="literalblock">
54
 
   epydocgui [OPTIONS] [FILE.prj | MODULES...]
55
 
 
56
 
   FILE.prj                  An epydoc GUI project file.
57
 
   MODULES...                A list of Python modules to document.
58
 
   -V, --version             Print the version of epydoc.
59
 
   -h, -?, --help, --usage   Display this usage message
60
 
   --debug                   Do not suppress error messages
61
 
</pre>
62
 
<hr/>
63
 
 
64
 
<!-- =========== START OF CLASSES =========== -->
65
 
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
66
 
<tr bgcolor="#70b0f0" class="summary">
67
 
  <th colspan="2">Classes</th></tr>
68
 
<tr><td width="15%">
69
 
  <b><a href="epydoc.gui.EpydocGUI-class.html"><code>EpydocGUI</code></a></b></td>
70
 
  <td>A graphical user interace to epydoc.</td></tr>
71
 
</table><br />
72
 
 
73
 
 
74
 
<!-- =========== START OF FUNCTION SUMMARY =========== -->
75
 
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
76
 
<tr bgcolor="#70b0f0" class="summary">
77
 
  <th colspan="2">Function Summary</th></tr>
78
 
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
79
 
  <td><code><span class="summary-sig"><a href="epydoc.gui-module.html#document" class="summary-sig-name"><code>document</code></a>(<span class=summary-sig-arg>options</span>,
80
 
          <span class=summary-sig-arg>progress</span>,
81
 
          <span class=summary-sig-arg>cancel</span>)</span></code>
82
 
<br />
83
 
Create the documentation for <code>modules</code>, using the options 
84
 
specified by <code>options</code>.</td></tr>
85
 
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
86
 
  <td><code><a name="gui"></a><span class="summary-sig"><span class="summary-sig-name">gui</span>()</span></code>
87
 
</td></tr>
88
 
</table><br />
89
 
 
90
 
 
91
 
<!-- =========== START OF VARIABLE SUMMARY =========== -->
92
 
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
93
 
<tr bgcolor="#70b0f0" class="summary">
94
 
  <th colspan="2">Variable Summary</th></tr>
95
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
96
 
<td><b><a href="epydoc.gui-module.html#ACTIVEBG_COLOR"><code>ACTIVEBG_COLOR</code></a></b> = <span title="'#e0e0e0'"><code><span class="variable-quote">'</span>#e0e0e0<span class="variable-quote">'</span>                               </code>
97
 
</span></td></tr>
98
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
99
 
<td><b><a href="epydoc.gui-module.html#BG_COLOR"><code>BG_COLOR</code></a></b> = <span title="'#e0e0e0'"><code><span class="variable-quote">'</span>#e0e0e0<span class="variable-quote">'</span>                                     </code>
100
 
</span></td></tr>
101
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>float</code></font></td>
102
 
<td><b><a href="epydoc.gui-module.html#BUILD_PROGRESS"><code>BUILD_PROGRESS</code></a></b> = <span title="0.20000000000000001">0.20000000000000001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr>
103
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>dict</code></font></td>
104
 
<td><b><a href="epydoc.gui-module.html#BUTTON_CONFIG"><code>BUTTON_CONFIG</code></a></b> = <span title="{'foreground': 'black', 'highlightcolor': '#e0e0e0', 'highlightthickness': 0, 'background': '#e0e0e0', 'pady': 0, 'padx': 4, 'activeforeground': 'black', 'activebackground': '#e0e0e0', 'highlightbackground': '#e0e0e0'}"><code>{'foreground':&nbsp;'black',&nbsp;'highlightcolor'<span class="variable-ellipsis">...</span></code>
105
 
</span></td></tr>
106
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>dict</code></font></td>
107
 
<td><b><a href="epydoc.gui-module.html#CBUTTON_CONFIG"><code>CBUTTON_CONFIG</code></a></b> = <span title="{'foreground': 'black', 'highlightcolor': '#e0e0e0', 'highlightthickness': 0, 'selectcolor': '#208070', 'background': '#e0e0e0', 'pady': 0, 'padx': 4, 'activeforeground': 'black', 'activebackground': '#e0e0e0', 'highlightbackground': '#e0e0e0'}"><code>{'foreground':&nbsp;'black',&nbsp;'highlightcolor<span class="variable-ellipsis">...</span></code>
108
 
</span></td></tr>
109
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>dict</code></font></td>
110
 
<td><b><a href="epydoc.gui-module.html#COLOR_CONFIG"><code>COLOR_CONFIG</code></a></b> = <span title="{'foreground': 'black', 'highlightcolor': '#e0e0e0', 'background': '#e0e0e0', 'highlightbackground': '#e0e0e0'}"><code>{'foreground':&nbsp;'black',&nbsp;'highlightcolor':<span class="variable-ellipsis">...</span></code>
111
 
</span></td></tr>
112
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>int</code></font></td>
113
 
<td><b><a href="epydoc.gui-module.html#DEBUG"><code>DEBUG</code></a></b> = <span title="0">0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr>
114
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
115
 
<td><b><a href="epydoc.gui-module.html#DOWN_GIF"><code>DOWN_GIF</code></a></b> = <span title="'R0lGODlhCwAMALMAANnZ2QDMmQCZZgBmZgAAAAAzM////////wAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAACH5BAEAAAAALAAAAAALAAwAAAQmEIQxgLVUCsppsVPngVtXEFfIfWk5nBe4xuSL0tKLy/cu\n7JffJQIAOw==\n'"><code><span class="variable-quote">'</span>R0lGODlhCwAMALMAANnZ2QDMmQCZZgBmZgAAAAAzM///<span class="variable-ellipsis">...</span></code>
116
 
</span></td></tr>
117
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>dict</code></font></td>
118
 
<td><b><a href="epydoc.gui-module.html#ENTRY_CONFIG"><code>ENTRY_CONFIG</code></a></b> = <span title="{'foreground': 'black', 'selectforeground': 'black', 'selectbackground': '#e0e0e0', 'background': '#e0e0e0', 'highlightcolor': '#e0e0e0', 'highlightbackground': '#e0e0e0'}"><code>{'foreground':&nbsp;'black',&nbsp;'selectforeground<span class="variable-ellipsis">...</span></code>
119
 
</span></td></tr>
120
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
121
 
<td><b><a href="epydoc.gui-module.html#ENTRYSELECT_COLOR"><code>ENTRYSELECT_COLOR</code></a></b> = <span title="'#e0e0e0'"><code><span class="variable-quote">'</span>#e0e0e0<span class="variable-quote">'</span>                            </code>
122
 
</span></td></tr>
123
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
124
 
<td><b><a href="epydoc.gui-module.html#ERROR_COLOR"><code>ERROR_COLOR</code></a></b> = <span title="'#600000'"><code><span class="variable-quote">'</span>#600000<span class="variable-quote">'</span>                                  </code>
125
 
</span></td></tr>
126
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
127
 
<td><b><a href="epydoc.gui-module.html#GUIERROR_COLOR"><code>GUIERROR_COLOR</code></a></b> = <span title="'#600000'"><code><span class="variable-quote">'</span>#600000<span class="variable-quote">'</span>                               </code>
128
 
</span></td></tr>
129
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
130
 
<td><b><a href="epydoc.gui-module.html#HEADER_COLOR"><code>HEADER_COLOR</code></a></b> = <span title="'#000000'"><code><span class="variable-quote">'</span>#000000<span class="variable-quote">'</span>                                 </code>
131
 
</span></td></tr>
132
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>float</code></font></td>
133
 
<td><b><a href="epydoc.gui-module.html#IMPORT_PROGRESS"><code>IMPORT_PROGRESS</code></a></b> = <span title="0.10000000000000001">0.10000000000000001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr>
134
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
135
 
<td><b><a href="epydoc.gui-module.html#LEFT_GIF"><code>LEFT_GIF</code></a></b> = <span title="'R0lGODlhDAALAKIAANnZ2QDMmQCZZgBmZgAAAAAzM////////yH5BAEAAAAALAAAAAAMAAsAAAM4\nCLocgaCrESiDoBshOAoAgBEyMzgAEIGCowsiOLoLgEBVOLoIqlSFo4OgC1RYM4Ogq1RYg6DLVJgA\nOw==\n'"><code><span class="variable-quote">'</span>R0lGODlhDAALAKIAANnZ2QDMmQCZZgBmZgAAAAAzM///<span class="variable-ellipsis">...</span></code>
136
 
</span></td></tr>
137
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>dict</code></font></td>
138
 
<td><b><a href="epydoc.gui-module.html#LISTBOX_CONFIG"><code>LISTBOX_CONFIG</code></a></b> = <span title="{'foreground': 'black', 'selectforeground': 'black', 'selectbackground': '#e0e0e0', 'background': '#e0e0e0', 'highlightcolor': '#e0e0e0', 'highlightbackground': '#e0e0e0'}"><code>{'foreground':&nbsp;'black',&nbsp;'selectforegrou<span class="variable-ellipsis">...</span></code>
139
 
</span></td></tr>
140
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
141
 
<td><b><a href="epydoc.gui-module.html#MESSAGE_COLOR"><code>MESSAGE_COLOR</code></a></b> = <span title="'#000060'"><code><span class="variable-quote">'</span>#000060<span class="variable-quote">'</span>                                </code>
142
 
</span></td></tr>
143
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
144
 
<td><b><a href="epydoc.gui-module.html#PROGRESS_BG"><code>PROGRESS_BG</code></a></b> = <span title="'#305060'"><code><span class="variable-quote">'</span>#305060<span class="variable-quote">'</span>                                  </code>
145
 
</span></td></tr>
146
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
147
 
<td><b><a href="epydoc.gui-module.html#PROGRESS_COLOR1"><code>PROGRESS_COLOR1</code></a></b> = <span title="'#30c070'"><code><span class="variable-quote">'</span>#30c070<span class="variable-quote">'</span>                              </code>
148
 
</span></td></tr>
149
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
150
 
<td><b><a href="epydoc.gui-module.html#PROGRESS_COLOR2"><code>PROGRESS_COLOR2</code></a></b> = <span title="'#60ffa0'"><code><span class="variable-quote">'</span>#60ffa0<span class="variable-quote">'</span>                              </code>
151
 
</span></td></tr>
152
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
153
 
<td><b><a href="epydoc.gui-module.html#PROGRESS_COLOR3"><code>PROGRESS_COLOR3</code></a></b> = <span title="'#106030'"><code><span class="variable-quote">'</span>#106030<span class="variable-quote">'</span>                              </code>
154
 
</span></td></tr>
155
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>int</code></font></td>
156
 
<td><b><a href="epydoc.gui-module.html#PROGRESS_HEIGHT"><code>PROGRESS_HEIGHT</code></a></b> = <span title="16">16&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr>
157
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>int</code></font></td>
158
 
<td><b><a href="epydoc.gui-module.html#PROGRESS_WIDTH"><code>PROGRESS_WIDTH</code></a></b> = <span title="200">200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr>
159
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
160
 
<td><b><a href="epydoc.gui-module.html#RIGHT_GIF"><code>RIGHT_GIF</code></a></b> = <span title="'R0lGODlhDAALAKIAANnZ2QDMmQBmZgCZZgAzMwAAAP///////yH5BAEAAAAALAAAAAAMAAsAAAM5\nGIGgyzIYgaCrIigTgaALIigyEQiqKLoTgaAoujuDgKJLVAgqIoJEBQAIIkKEhaArRFgIukqFoMsJ\nADs=\n'"><code><span class="variable-quote">'</span>R0lGODlhDAALAKIAANnZ2QDMmQBmZgCZZgAzMwAAAP/<span class="variable-ellipsis">...</span></code>
161
 
</span></td></tr>
162
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>dict</code></font></td>
163
 
<td><b><a href="epydoc.gui-module.html#SB_CONFIG"><code>SB_CONFIG</code></a></b> = <span title="{'highlightbackground': '#e0e0e0', 'background': '#e0e0e0', 'activebackground': '#e0e0e0', 'troughcolor': '#e0e0e0'}"><code>{'highlightbackground':&nbsp;'#e0e0e0',&nbsp;'backgrou<span class="variable-ellipsis">...</span></code>
164
 
</span></td></tr>
165
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
166
 
<td><b><a href="epydoc.gui-module.html#SELECT_COLOR"><code>SELECT_COLOR</code></a></b> = <span title="'#208070'"><code><span class="variable-quote">'</span>#208070<span class="variable-quote">'</span>                                 </code>
167
 
</span></td></tr>
168
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>dict</code></font></td>
169
 
<td><b><a href="epydoc.gui-module.html#SHOWERR_CONFIG"><code>SHOWERR_CONFIG</code></a></b> = <span title="{'foreground': '#600000', 'highlightcolor': '#e0e0e0', 'highlightthickness': 0, 'activebackground': '#e0e0e0', 'background': '#e0e0e0', 'pady': 0, 'padx': 4, 'activeforeground': 'black', 'selectcolor': '#208070', 'highlightbackground': '#e0e0e0'}"><code>{'foreground':&nbsp;'#600000',&nbsp;'highlightcol<span class="variable-ellipsis">...</span></code>
170
 
</span></td></tr>
171
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>dict</code></font></td>
172
 
<td><b><a href="epydoc.gui-module.html#SHOWMSG_CONFIG"><code>SHOWMSG_CONFIG</code></a></b> = <span title="{'foreground': '#000060', 'highlightcolor': '#e0e0e0', 'highlightthickness': 0, 'activebackground': '#e0e0e0', 'background': '#e0e0e0', 'pady': 0, 'padx': 4, 'activeforeground': 'black', 'selectcolor': '#208070', 'highlightbackground': '#e0e0e0'}"><code>{'foreground':&nbsp;'#000060',&nbsp;'highlightcol<span class="variable-ellipsis">...</span></code>
173
 
</span></td></tr>
174
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>dict</code></font></td>
175
 
<td><b><a href="epydoc.gui-module.html#SHOWWRN_CONFIG"><code>SHOWWRN_CONFIG</code></a></b> = <span title="{'foreground': '#604000', 'highlightcolor': '#e0e0e0', 'highlightthickness': 0, 'activebackground': '#e0e0e0', 'background': '#e0e0e0', 'pady': 0, 'padx': 4, 'activeforeground': 'black', 'selectcolor': '#208070', 'highlightbackground': '#e0e0e0'}"><code>{'foreground':&nbsp;'#604000',&nbsp;'highlightcol<span class="variable-ellipsis">...</span></code>
176
 
</span></td></tr>
177
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
178
 
<td><b><a href="epydoc.gui-module.html#TEXT_COLOR"><code>TEXT_COLOR</code></a></b> = <span title="'black'"><code><span class="variable-quote">'</span>black<span class="variable-quote">'</span>                                     </code>
179
 
</span></td></tr>
180
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
181
 
<td><b><a href="epydoc.gui-module.html#UP_GIF"><code>UP_GIF</code></a></b> = <span title="'R0lGODlhCwAMALMAANnZ2QDMmQCZZgBmZgAAAAAzM////////wAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAACH5BAEAAAAALAAAAAALAAwAAAQjEMhJKxCW4gzCIJxXZIEwFGDlDadqsii1sq1U0nA64+ON\n5xEAOw==\n'"><code><span class="variable-quote">'</span>R0lGODlhCwAMALMAANnZ2QDMmQCZZgBmZgAAAAAzM/////<span class="variable-ellipsis">...</span></code>
182
 
</span></td></tr>
183
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>str</code></font></td>
184
 
<td><b><a href="epydoc.gui-module.html#WARNING_COLOR"><code>WARNING_COLOR</code></a></b> = <span title="'#604000'"><code><span class="variable-quote">'</span>#604000<span class="variable-quote">'</span>                                </code>
185
 
</span></td></tr>
186
 
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>float</code></font></td>
187
 
<td><b><a href="epydoc.gui-module.html#WRITE_PROGRESS"><code>WRITE_PROGRESS</code></a></b> = <span title="0.70000000000000007">0.70000000000000007&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr>
188
 
</table><br />
189
 
 
190
 
 
191
 
<!-- =========== START OF FUNCTION DETAILS =========== -->
192
 
<table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
193
 
<tr bgcolor="#70b0f0" class="details">
194
 
  <th colspan="2">Function Details</th></tr>
195
 
</table>
196
 
 
197
 
<a name="document"></a>
198
 
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
199
 
  <h3><span class="sig"><span class="sig-name">document</span>(<span class=sig-arg>options</span>,
200
 
          <span class=sig-arg>progress</span>,
201
 
          <span class=sig-arg>cancel</span>)</span>
202
 
  </h3>
203
 
  Create the documentation for <code>modules</code>, using the options 
204
 
  specified by <code>options</code>. <code>document</code> is designed to 
205
 
  be started in its own thread by <a 
206
 
  href="../private/epydoc.gui.EpydocGUI-class.html#_go" 
207
 
  class="link"><code>EpydocGUI._go</code></a>.
208
 
  <dl><dt></dt><dd>
209
 
    <dl><dt><b>Parameters:</b></dt>
210
 
      <dd><code><b>options</b></code> -
211
 
         The options to use for generating documentation. This includes 
212
 
        keyword options that can be given to <a 
213
 
        href="epydoc.html.HTMLFormatter-class.html" 
214
 
        class="link"><code>html.HTMLFormatter</code></a>, as well as the 
215
 
        option <code>outdir</code>, which controls where the output is 
216
 
        written to.
217
 
        <br /><i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
218
 
        (type=<code>dictionary</code>)</i>
219
 
      <dd><code><b>progress</b></code> -
220
 
         This first element of this list will be modified by 
221
 
        <code>document</code> to reflect its progress. This first element 
222
 
        will be a number between 0 and 1 while <code>document</code> is 
223
 
        creating the documentation; and the string 
224
 
        <code>&quot;done&quot;</code> once it finishes creating the 
225
 
        documentation.
226
 
        <br /><i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
227
 
        (type=<code>list</code>)</i>
228
 
      </dd>
229
 
    </dl>
230
 
  </dd></dl>
231
 
</td></tr></table>
232
 
<br />
233
 
 
234
 
 
235
 
<!-- =========== START OF VARIABLE DETAILS =========== -->
236
 
<table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
237
 
<tr bgcolor="#70b0f0" class="details">
238
 
  <th colspan="2">Variable Details</th></tr>
239
 
</table>
240
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
241
 
<a name="ACTIVEBG_COLOR"></a>
242
 
<h3>ACTIVEBG_COLOR</h3>
243
 
<dl>
244
 
  <dt></dt>
245
 
  <dd>
246
 
    <dl>
247
 
      <dt><b>Type:</b></dt>
248
 
      <dd>
249
 
          <code>str</code>
250
 
 
251
 
      </dd>
252
 
<span title="'#e0e0e0'">      <dt><b>Value:</b></dt>
253
 
      <dd><table><tr><td>
254
 
<pre class="variable">
255
 
<span class="variable-quote">'</span>#e0e0e0<span class="variable-quote">'</span>                                                              </pre>
256
 
        </td></tr></table></dd>
257
 
</span>    </dl>
258
 
  </dd>
259
 
</dl></td></tr></table>
260
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
261
 
<a name="BG_COLOR"></a>
262
 
<h3>BG_COLOR</h3>
263
 
<dl>
264
 
  <dt></dt>
265
 
  <dd>
266
 
    <dl>
267
 
      <dt><b>Type:</b></dt>
268
 
      <dd>
269
 
          <code>str</code>
270
 
 
271
 
      </dd>
272
 
<span title="'#e0e0e0'">      <dt><b>Value:</b></dt>
273
 
      <dd><table><tr><td>
274
 
<pre class="variable">
275
 
<span class="variable-quote">'</span>#e0e0e0<span class="variable-quote">'</span>                                                              </pre>
276
 
        </td></tr></table></dd>
277
 
</span>    </dl>
278
 
  </dd>
279
 
</dl></td></tr></table>
280
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
281
 
<a name="BUILD_PROGRESS"></a>
282
 
<h3>BUILD_PROGRESS</h3>
283
 
<dl>
284
 
  <dt></dt>
285
 
  <dd>
286
 
    <dl>
287
 
      <dt><b>Type:</b></dt>
288
 
      <dd>
289
 
          <code>float</code>
290
 
 
291
 
      </dd>
292
 
<span title="0.20000000000000001">      <dt><b>Value:</b></dt>
293
 
      <dd><table><tr><td>
294
 
<pre class="variable">
295
 
0.20000000000000001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</pre>
296
 
        </td></tr></table></dd>
297
 
</span>    </dl>
298
 
  </dd>
299
 
</dl></td></tr></table>
300
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
301
 
<a name="BUTTON_CONFIG"></a>
302
 
<h3>BUTTON_CONFIG</h3>
303
 
<dl>
304
 
  <dt></dt>
305
 
  <dd>
306
 
    <dl>
307
 
      <dt><b>Type:</b></dt>
308
 
      <dd>
309
 
          <code>dict</code>
310
 
 
311
 
      </dd>
312
 
<span title="{'foreground': 'black', 'highlightcolor': '#e0e0e0', 'highlightthickness': 0, 'background': '#e0e0e0', 'pady': 0, 'padx': 4, 'activeforeground': 'black', 'activebackground': '#e0e0e0', 'highlightbackground': '#e0e0e0'}">      <dt><b>Value:</b></dt>
313
 
      <dd><table><tr><td>
314
 
<pre class="variable">
315
 
{'activebackground': '#e0e0e0',
316
 
 'activeforeground': 'black',
317
 
 'background': '#e0e0e0',
318
 
 'foreground': 'black',
319
 
 'highlightbackground': '#e0e0e0',
320
 
 'highlightcolor': '#e0e0e0',
321
 
 'highlightthickness': 0,
322
 
 'padx': 4,
323
 
<span class="variable-ellipsis">...</span>                                                                    </pre>
324
 
        </td></tr></table></dd>
325
 
</span>    </dl>
326
 
  </dd>
327
 
</dl></td></tr></table>
328
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
329
 
<a name="CBUTTON_CONFIG"></a>
330
 
<h3>CBUTTON_CONFIG</h3>
331
 
<dl>
332
 
  <dt></dt>
333
 
  <dd>
334
 
    <dl>
335
 
      <dt><b>Type:</b></dt>
336
 
      <dd>
337
 
          <code>dict</code>
338
 
 
339
 
      </dd>
340
 
<span title="{'foreground': 'black', 'highlightcolor': '#e0e0e0', 'highlightthickness': 0, 'selectcolor': '#208070', 'background': '#e0e0e0', 'pady': 0, 'padx': 4, 'activeforeground': 'black', 'activebackground': '#e0e0e0', 'highlightbackground': '#e0e0e0'}">      <dt><b>Value:</b></dt>
341
 
      <dd><table><tr><td>
342
 
<pre class="variable">
343
 
{'activebackground': '#e0e0e0',
344
 
 'activeforeground': 'black',
345
 
 'background': '#e0e0e0',
346
 
 'foreground': 'black',
347
 
 'highlightbackground': '#e0e0e0',
348
 
 'highlightcolor': '#e0e0e0',
349
 
 'highlightthickness': 0,
350
 
 'padx': 4,
351
 
<span class="variable-ellipsis">...</span>                                                                    </pre>
352
 
        </td></tr></table></dd>
353
 
</span>    </dl>
354
 
  </dd>
355
 
</dl></td></tr></table>
356
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
357
 
<a name="COLOR_CONFIG"></a>
358
 
<h3>COLOR_CONFIG</h3>
359
 
<dl>
360
 
  <dt></dt>
361
 
  <dd>
362
 
    <dl>
363
 
      <dt><b>Type:</b></dt>
364
 
      <dd>
365
 
          <code>dict</code>
366
 
 
367
 
      </dd>
368
 
<span title="{'foreground': 'black', 'highlightcolor': '#e0e0e0', 'background': '#e0e0e0', 'highlightbackground': '#e0e0e0'}">      <dt><b>Value:</b></dt>
369
 
      <dd><table><tr><td>
370
 
<pre class="variable">
371
 
{'background': '#e0e0e0',
372
 
 'foreground': 'black',
373
 
 'highlightbackground': '#e0e0e0',
374
 
 'highlightcolor': '#e0e0e0'}                                          </pre>
375
 
        </td></tr></table></dd>
376
 
</span>    </dl>
377
 
  </dd>
378
 
</dl></td></tr></table>
379
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
380
 
<a name="DEBUG"></a>
381
 
<h3>DEBUG</h3>
382
 
<dl>
383
 
  <dt></dt>
384
 
  <dd>
385
 
    <dl>
386
 
      <dt><b>Type:</b></dt>
387
 
      <dd>
388
 
          <code>int</code>
389
 
 
390
 
      </dd>
391
 
<span title="0">      <dt><b>Value:</b></dt>
392
 
      <dd><table><tr><td>
393
 
<pre class="variable">
394
 
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</pre>
395
 
        </td></tr></table></dd>
396
 
</span>    </dl>
397
 
  </dd>
398
 
</dl></td></tr></table>
399
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
400
 
<a name="DOWN_GIF"></a>
401
 
<h3>DOWN_GIF</h3>
402
 
<dl>
403
 
  <dt></dt>
404
 
  <dd>
405
 
    <dl>
406
 
      <dt><b>Type:</b></dt>
407
 
      <dd>
408
 
          <code>str</code>
409
 
 
410
 
      </dd>
411
 
<span title="'R0lGODlhCwAMALMAANnZ2QDMmQCZZgBmZgAAAAAzM////////wAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAACH5BAEAAAAALAAAAAALAAwAAAQmEIQxgLVUCsppsVPngVtXEFfIfWk5nBe4xuSL0tKLy/cu\n7JffJQIAOw==\n'">      <dt><b>Value:</b></dt>
412
 
      <dd><table><tr><td>
413
 
<pre class="variable">
414
 
<span class="variable-quote">'''</span>R0lGODlhCwAMALMAANnZ2QDMmQCZZgBmZgAAAAAzM////////wAAAAAAAAAAAAAAAAA<span class="variable-linewrap">\</span>
415
 
AAAAAAAAA
416
 
AAAAACH5BAEAAAAALAAAAAALAAwAAAQmEIQxgLVUCsppsVPngVtXEFfIfWk5nBe4xuSL0t<span class="variable-linewrap">\</span>
417
 
KLy/cu
418
 
7JffJQIAOw==
419
 
<span class="variable-quote">'''</span>                                                                    </pre>
420
 
        </td></tr></table></dd>
421
 
</span>    </dl>
422
 
  </dd>
423
 
</dl></td></tr></table>
424
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
425
 
<a name="ENTRY_CONFIG"></a>
426
 
<h3>ENTRY_CONFIG</h3>
427
 
<dl>
428
 
  <dt></dt>
429
 
  <dd>
430
 
    <dl>
431
 
      <dt><b>Type:</b></dt>
432
 
      <dd>
433
 
          <code>dict</code>
434
 
 
435
 
      </dd>
436
 
<span title="{'foreground': 'black', 'selectforeground': 'black', 'selectbackground': '#e0e0e0', 'background': '#e0e0e0', 'highlightcolor': '#e0e0e0', 'highlightbackground': '#e0e0e0'}">      <dt><b>Value:</b></dt>
437
 
      <dd><table><tr><td>
438
 
<pre class="variable">
439
 
{'background': '#e0e0e0',
440
 
 'foreground': 'black',
441
 
 'highlightbackground': '#e0e0e0',
442
 
 'highlightcolor': '#e0e0e0',
443
 
 'selectbackground': '#e0e0e0',
444
 
 'selectforeground': 'black'}                                          </pre>
445
 
        </td></tr></table></dd>
446
 
</span>    </dl>
447
 
  </dd>
448
 
</dl></td></tr></table>
449
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
450
 
<a name="ENTRYSELECT_COLOR"></a>
451
 
<h3>ENTRYSELECT_COLOR</h3>
452
 
<dl>
453
 
  <dt></dt>
454
 
  <dd>
455
 
    <dl>
456
 
      <dt><b>Type:</b></dt>
457
 
      <dd>
458
 
          <code>str</code>
459
 
 
460
 
      </dd>
461
 
<span title="'#e0e0e0'">      <dt><b>Value:</b></dt>
462
 
      <dd><table><tr><td>
463
 
<pre class="variable">
464
 
<span class="variable-quote">'</span>#e0e0e0<span class="variable-quote">'</span>                                                              </pre>
465
 
        </td></tr></table></dd>
466
 
</span>    </dl>
467
 
  </dd>
468
 
</dl></td></tr></table>
469
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
470
 
<a name="ERROR_COLOR"></a>
471
 
<h3>ERROR_COLOR</h3>
472
 
<dl>
473
 
  <dt></dt>
474
 
  <dd>
475
 
    <dl>
476
 
      <dt><b>Type:</b></dt>
477
 
      <dd>
478
 
          <code>str</code>
479
 
 
480
 
      </dd>
481
 
<span title="'#600000'">      <dt><b>Value:</b></dt>
482
 
      <dd><table><tr><td>
483
 
<pre class="variable">
484
 
<span class="variable-quote">'</span>#600000<span class="variable-quote">'</span>                                                              </pre>
485
 
        </td></tr></table></dd>
486
 
</span>    </dl>
487
 
  </dd>
488
 
</dl></td></tr></table>
489
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
490
 
<a name="GUIERROR_COLOR"></a>
491
 
<h3>GUIERROR_COLOR</h3>
492
 
<dl>
493
 
  <dt></dt>
494
 
  <dd>
495
 
    <dl>
496
 
      <dt><b>Type:</b></dt>
497
 
      <dd>
498
 
          <code>str</code>
499
 
 
500
 
      </dd>
501
 
<span title="'#600000'">      <dt><b>Value:</b></dt>
502
 
      <dd><table><tr><td>
503
 
<pre class="variable">
504
 
<span class="variable-quote">'</span>#600000<span class="variable-quote">'</span>                                                              </pre>
505
 
        </td></tr></table></dd>
506
 
</span>    </dl>
507
 
  </dd>
508
 
</dl></td></tr></table>
509
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
510
 
<a name="HEADER_COLOR"></a>
511
 
<h3>HEADER_COLOR</h3>
512
 
<dl>
513
 
  <dt></dt>
514
 
  <dd>
515
 
    <dl>
516
 
      <dt><b>Type:</b></dt>
517
 
      <dd>
518
 
          <code>str</code>
519
 
 
520
 
      </dd>
521
 
<span title="'#000000'">      <dt><b>Value:</b></dt>
522
 
      <dd><table><tr><td>
523
 
<pre class="variable">
524
 
<span class="variable-quote">'</span>#000000<span class="variable-quote">'</span>                                                              </pre>
525
 
        </td></tr></table></dd>
526
 
</span>    </dl>
527
 
  </dd>
528
 
</dl></td></tr></table>
529
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
530
 
<a name="IMPORT_PROGRESS"></a>
531
 
<h3>IMPORT_PROGRESS</h3>
532
 
<dl>
533
 
  <dt></dt>
534
 
  <dd>
535
 
    <dl>
536
 
      <dt><b>Type:</b></dt>
537
 
      <dd>
538
 
          <code>float</code>
539
 
 
540
 
      </dd>
541
 
<span title="0.10000000000000001">      <dt><b>Value:</b></dt>
542
 
      <dd><table><tr><td>
543
 
<pre class="variable">
544
 
0.10000000000000001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</pre>
545
 
        </td></tr></table></dd>
546
 
</span>    </dl>
547
 
  </dd>
548
 
</dl></td></tr></table>
549
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
550
 
<a name="LEFT_GIF"></a>
551
 
<h3>LEFT_GIF</h3>
552
 
<dl>
553
 
  <dt></dt>
554
 
  <dd>
555
 
    <dl>
556
 
      <dt><b>Type:</b></dt>
557
 
      <dd>
558
 
          <code>str</code>
559
 
 
560
 
      </dd>
561
 
<span title="'R0lGODlhDAALAKIAANnZ2QDMmQCZZgBmZgAAAAAzM////////yH5BAEAAAAALAAAAAAMAAsAAAM4\nCLocgaCrESiDoBshOAoAgBEyMzgAEIGCowsiOLoLgEBVOLoIqlSFo4OgC1RYM4Ogq1RYg6DLVJgA\nOw==\n'">      <dt><b>Value:</b></dt>
562
 
      <dd><table><tr><td>
563
 
<pre class="variable">
564
 
<span class="variable-quote">'''</span>R0lGODlhDAALAKIAANnZ2QDMmQCZZgBmZgAAAAAzM////////yH5BAEAAAAALAAAAAA<span class="variable-linewrap">\</span>
565
 
MAAsAAAM4
566
 
CLocgaCrESiDoBshOAoAgBEyMzgAEIGCowsiOLoLgEBVOLoIqlSFo4OgC1RYM4Ogq1RYg6<span class="variable-linewrap">\</span>
567
 
DLVJgA
568
 
Ow==
569
 
<span class="variable-quote">'''</span>                                                                    </pre>
570
 
        </td></tr></table></dd>
571
 
</span>    </dl>
572
 
  </dd>
573
 
</dl></td></tr></table>
574
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
575
 
<a name="LISTBOX_CONFIG"></a>
576
 
<h3>LISTBOX_CONFIG</h3>
577
 
<dl>
578
 
  <dt></dt>
579
 
  <dd>
580
 
    <dl>
581
 
      <dt><b>Type:</b></dt>
582
 
      <dd>
583
 
          <code>dict</code>
584
 
 
585
 
      </dd>
586
 
<span title="{'foreground': 'black', 'selectforeground': 'black', 'selectbackground': '#e0e0e0', 'background': '#e0e0e0', 'highlightcolor': '#e0e0e0', 'highlightbackground': '#e0e0e0'}">      <dt><b>Value:</b></dt>
587
 
      <dd><table><tr><td>
588
 
<pre class="variable">
589
 
{'background': '#e0e0e0',
590
 
 'foreground': 'black',
591
 
 'highlightbackground': '#e0e0e0',
592
 
 'highlightcolor': '#e0e0e0',
593
 
 'selectbackground': '#e0e0e0',
594
 
 'selectforeground': 'black'}                                          </pre>
595
 
        </td></tr></table></dd>
596
 
</span>    </dl>
597
 
  </dd>
598
 
</dl></td></tr></table>
599
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
600
 
<a name="MESSAGE_COLOR"></a>
601
 
<h3>MESSAGE_COLOR</h3>
602
 
<dl>
603
 
  <dt></dt>
604
 
  <dd>
605
 
    <dl>
606
 
      <dt><b>Type:</b></dt>
607
 
      <dd>
608
 
          <code>str</code>
609
 
 
610
 
      </dd>
611
 
<span title="'#000060'">      <dt><b>Value:</b></dt>
612
 
      <dd><table><tr><td>
613
 
<pre class="variable">
614
 
<span class="variable-quote">'</span>#000060<span class="variable-quote">'</span>                                                              </pre>
615
 
        </td></tr></table></dd>
616
 
</span>    </dl>
617
 
  </dd>
618
 
</dl></td></tr></table>
619
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
620
 
<a name="PROGRESS_BG"></a>
621
 
<h3>PROGRESS_BG</h3>
622
 
<dl>
623
 
  <dt></dt>
624
 
  <dd>
625
 
    <dl>
626
 
      <dt><b>Type:</b></dt>
627
 
      <dd>
628
 
          <code>str</code>
629
 
 
630
 
      </dd>
631
 
<span title="'#305060'">      <dt><b>Value:</b></dt>
632
 
      <dd><table><tr><td>
633
 
<pre class="variable">
634
 
<span class="variable-quote">'</span>#305060<span class="variable-quote">'</span>                                                              </pre>
635
 
        </td></tr></table></dd>
636
 
</span>    </dl>
637
 
  </dd>
638
 
</dl></td></tr></table>
639
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
640
 
<a name="PROGRESS_COLOR1"></a>
641
 
<h3>PROGRESS_COLOR1</h3>
642
 
<dl>
643
 
  <dt></dt>
644
 
  <dd>
645
 
    <dl>
646
 
      <dt><b>Type:</b></dt>
647
 
      <dd>
648
 
          <code>str</code>
649
 
 
650
 
      </dd>
651
 
<span title="'#30c070'">      <dt><b>Value:</b></dt>
652
 
      <dd><table><tr><td>
653
 
<pre class="variable">
654
 
<span class="variable-quote">'</span>#30c070<span class="variable-quote">'</span>                                                              </pre>
655
 
        </td></tr></table></dd>
656
 
</span>    </dl>
657
 
  </dd>
658
 
</dl></td></tr></table>
659
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
660
 
<a name="PROGRESS_COLOR2"></a>
661
 
<h3>PROGRESS_COLOR2</h3>
662
 
<dl>
663
 
  <dt></dt>
664
 
  <dd>
665
 
    <dl>
666
 
      <dt><b>Type:</b></dt>
667
 
      <dd>
668
 
          <code>str</code>
669
 
 
670
 
      </dd>
671
 
<span title="'#60ffa0'">      <dt><b>Value:</b></dt>
672
 
      <dd><table><tr><td>
673
 
<pre class="variable">
674
 
<span class="variable-quote">'</span>#60ffa0<span class="variable-quote">'</span>                                                              </pre>
675
 
        </td></tr></table></dd>
676
 
</span>    </dl>
677
 
  </dd>
678
 
</dl></td></tr></table>
679
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
680
 
<a name="PROGRESS_COLOR3"></a>
681
 
<h3>PROGRESS_COLOR3</h3>
682
 
<dl>
683
 
  <dt></dt>
684
 
  <dd>
685
 
    <dl>
686
 
      <dt><b>Type:</b></dt>
687
 
      <dd>
688
 
          <code>str</code>
689
 
 
690
 
      </dd>
691
 
<span title="'#106030'">      <dt><b>Value:</b></dt>
692
 
      <dd><table><tr><td>
693
 
<pre class="variable">
694
 
<span class="variable-quote">'</span>#106030<span class="variable-quote">'</span>                                                              </pre>
695
 
        </td></tr></table></dd>
696
 
</span>    </dl>
697
 
  </dd>
698
 
</dl></td></tr></table>
699
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
700
 
<a name="PROGRESS_HEIGHT"></a>
701
 
<h3>PROGRESS_HEIGHT</h3>
702
 
<dl>
703
 
  <dt></dt>
704
 
  <dd>
705
 
    <dl>
706
 
      <dt><b>Type:</b></dt>
707
 
      <dd>
708
 
          <code>int</code>
709
 
 
710
 
      </dd>
711
 
<span title="16">      <dt><b>Value:</b></dt>
712
 
      <dd><table><tr><td>
713
 
<pre class="variable">
714
 
16&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</pre>
715
 
        </td></tr></table></dd>
716
 
</span>    </dl>
717
 
  </dd>
718
 
</dl></td></tr></table>
719
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
720
 
<a name="PROGRESS_WIDTH"></a>
721
 
<h3>PROGRESS_WIDTH</h3>
722
 
<dl>
723
 
  <dt></dt>
724
 
  <dd>
725
 
    <dl>
726
 
      <dt><b>Type:</b></dt>
727
 
      <dd>
728
 
          <code>int</code>
729
 
 
730
 
      </dd>
731
 
<span title="200">      <dt><b>Value:</b></dt>
732
 
      <dd><table><tr><td>
733
 
<pre class="variable">
734
 
200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</pre>
735
 
        </td></tr></table></dd>
736
 
</span>    </dl>
737
 
  </dd>
738
 
</dl></td></tr></table>
739
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
740
 
<a name="RIGHT_GIF"></a>
741
 
<h3>RIGHT_GIF</h3>
742
 
<dl>
743
 
  <dt></dt>
744
 
  <dd>
745
 
    <dl>
746
 
      <dt><b>Type:</b></dt>
747
 
      <dd>
748
 
          <code>str</code>
749
 
 
750
 
      </dd>
751
 
<span title="'R0lGODlhDAALAKIAANnZ2QDMmQBmZgCZZgAzMwAAAP///////yH5BAEAAAAALAAAAAAMAAsAAAM5\nGIGgyzIYgaCrIigTgaALIigyEQiqKLoTgaAoujuDgKJLVAgqIoJEBQAIIkKEhaArRFgIukqFoMsJ\nADs=\n'">      <dt><b>Value:</b></dt>
752
 
      <dd><table><tr><td>
753
 
<pre class="variable">
754
 
<span class="variable-quote">'''</span>R0lGODlhDAALAKIAANnZ2QDMmQBmZgCZZgAzMwAAAP///////yH5BAEAAAAALAAAAAA<span class="variable-linewrap">\</span>
755
 
MAAsAAAM5
756
 
GIGgyzIYgaCrIigTgaALIigyEQiqKLoTgaAoujuDgKJLVAgqIoJEBQAIIkKEhaArRFgIuk<span class="variable-linewrap">\</span>
757
 
qFoMsJ
758
 
ADs=
759
 
<span class="variable-quote">'''</span>                                                                    </pre>
760
 
        </td></tr></table></dd>
761
 
</span>    </dl>
762
 
  </dd>
763
 
</dl></td></tr></table>
764
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
765
 
<a name="SB_CONFIG"></a>
766
 
<h3>SB_CONFIG</h3>
767
 
<dl>
768
 
  <dt></dt>
769
 
  <dd>
770
 
    <dl>
771
 
      <dt><b>Type:</b></dt>
772
 
      <dd>
773
 
          <code>dict</code>
774
 
 
775
 
      </dd>
776
 
<span title="{'highlightbackground': '#e0e0e0', 'background': '#e0e0e0', 'activebackground': '#e0e0e0', 'troughcolor': '#e0e0e0'}">      <dt><b>Value:</b></dt>
777
 
      <dd><table><tr><td>
778
 
<pre class="variable">
779
 
{'activebackground': '#e0e0e0',
780
 
 'background': '#e0e0e0',
781
 
 'highlightbackground': '#e0e0e0',
782
 
 'troughcolor': '#e0e0e0'}                                             </pre>
783
 
        </td></tr></table></dd>
784
 
</span>    </dl>
785
 
  </dd>
786
 
</dl></td></tr></table>
787
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
788
 
<a name="SELECT_COLOR"></a>
789
 
<h3>SELECT_COLOR</h3>
790
 
<dl>
791
 
  <dt></dt>
792
 
  <dd>
793
 
    <dl>
794
 
      <dt><b>Type:</b></dt>
795
 
      <dd>
796
 
          <code>str</code>
797
 
 
798
 
      </dd>
799
 
<span title="'#208070'">      <dt><b>Value:</b></dt>
800
 
      <dd><table><tr><td>
801
 
<pre class="variable">
802
 
<span class="variable-quote">'</span>#208070<span class="variable-quote">'</span>                                                              </pre>
803
 
        </td></tr></table></dd>
804
 
</span>    </dl>
805
 
  </dd>
806
 
</dl></td></tr></table>
807
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
808
 
<a name="SHOWERR_CONFIG"></a>
809
 
<h3>SHOWERR_CONFIG</h3>
810
 
<dl>
811
 
  <dt></dt>
812
 
  <dd>
813
 
    <dl>
814
 
      <dt><b>Type:</b></dt>
815
 
      <dd>
816
 
          <code>dict</code>
817
 
 
818
 
      </dd>
819
 
<span title="{'foreground': '#600000', 'highlightcolor': '#e0e0e0', 'highlightthickness': 0, 'activebackground': '#e0e0e0', 'background': '#e0e0e0', 'pady': 0, 'padx': 4, 'activeforeground': 'black', 'selectcolor': '#208070', 'highlightbackground': '#e0e0e0'}">      <dt><b>Value:</b></dt>
820
 
      <dd><table><tr><td>
821
 
<pre class="variable">
822
 
{'activebackground': '#e0e0e0',
823
 
 'activeforeground': 'black',
824
 
 'background': '#e0e0e0',
825
 
 'foreground': '#600000',
826
 
 'highlightbackground': '#e0e0e0',
827
 
 'highlightcolor': '#e0e0e0',
828
 
 'highlightthickness': 0,
829
 
 'padx': 4,
830
 
<span class="variable-ellipsis">...</span>                                                                    </pre>
831
 
        </td></tr></table></dd>
832
 
</span>    </dl>
833
 
  </dd>
834
 
</dl></td></tr></table>
835
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
836
 
<a name="SHOWMSG_CONFIG"></a>
837
 
<h3>SHOWMSG_CONFIG</h3>
838
 
<dl>
839
 
  <dt></dt>
840
 
  <dd>
841
 
    <dl>
842
 
      <dt><b>Type:</b></dt>
843
 
      <dd>
844
 
          <code>dict</code>
845
 
 
846
 
      </dd>
847
 
<span title="{'foreground': '#000060', 'highlightcolor': '#e0e0e0', 'highlightthickness': 0, 'activebackground': '#e0e0e0', 'background': '#e0e0e0', 'pady': 0, 'padx': 4, 'activeforeground': 'black', 'selectcolor': '#208070', 'highlightbackground': '#e0e0e0'}">      <dt><b>Value:</b></dt>
848
 
      <dd><table><tr><td>
849
 
<pre class="variable">
850
 
{'activebackground': '#e0e0e0',
851
 
 'activeforeground': 'black',
852
 
 'background': '#e0e0e0',
853
 
 'foreground': '#000060',
854
 
 'highlightbackground': '#e0e0e0',
855
 
 'highlightcolor': '#e0e0e0',
856
 
 'highlightthickness': 0,
857
 
 'padx': 4,
858
 
<span class="variable-ellipsis">...</span>                                                                    </pre>
859
 
        </td></tr></table></dd>
860
 
</span>    </dl>
861
 
  </dd>
862
 
</dl></td></tr></table>
863
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
864
 
<a name="SHOWWRN_CONFIG"></a>
865
 
<h3>SHOWWRN_CONFIG</h3>
866
 
<dl>
867
 
  <dt></dt>
868
 
  <dd>
869
 
    <dl>
870
 
      <dt><b>Type:</b></dt>
871
 
      <dd>
872
 
          <code>dict</code>
873
 
 
874
 
      </dd>
875
 
<span title="{'foreground': '#604000', 'highlightcolor': '#e0e0e0', 'highlightthickness': 0, 'activebackground': '#e0e0e0', 'background': '#e0e0e0', 'pady': 0, 'padx': 4, 'activeforeground': 'black', 'selectcolor': '#208070', 'highlightbackground': '#e0e0e0'}">      <dt><b>Value:</b></dt>
876
 
      <dd><table><tr><td>
877
 
<pre class="variable">
878
 
{'activebackground': '#e0e0e0',
879
 
 'activeforeground': 'black',
880
 
 'background': '#e0e0e0',
881
 
 'foreground': '#604000',
882
 
 'highlightbackground': '#e0e0e0',
883
 
 'highlightcolor': '#e0e0e0',
884
 
 'highlightthickness': 0,
885
 
 'padx': 4,
886
 
<span class="variable-ellipsis">...</span>                                                                    </pre>
887
 
        </td></tr></table></dd>
888
 
</span>    </dl>
889
 
  </dd>
890
 
</dl></td></tr></table>
891
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
892
 
<a name="TEXT_COLOR"></a>
893
 
<h3>TEXT_COLOR</h3>
894
 
<dl>
895
 
  <dt></dt>
896
 
  <dd>
897
 
    <dl>
898
 
      <dt><b>Type:</b></dt>
899
 
      <dd>
900
 
          <code>str</code>
901
 
 
902
 
      </dd>
903
 
<span title="'black'">      <dt><b>Value:</b></dt>
904
 
      <dd><table><tr><td>
905
 
<pre class="variable">
906
 
<span class="variable-quote">'</span>black<span class="variable-quote">'</span>                                                                </pre>
907
 
        </td></tr></table></dd>
908
 
</span>    </dl>
909
 
  </dd>
910
 
</dl></td></tr></table>
911
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
912
 
<a name="UP_GIF"></a>
913
 
<h3>UP_GIF</h3>
914
 
<dl>
915
 
  <dt></dt>
916
 
  <dd>
917
 
    <dl>
918
 
      <dt><b>Type:</b></dt>
919
 
      <dd>
920
 
          <code>str</code>
921
 
 
922
 
      </dd>
923
 
<span title="'R0lGODlhCwAMALMAANnZ2QDMmQCZZgBmZgAAAAAzM////////wAAAAAAAAAAAAAAAAAAAAAAAAAA\nAAAAACH5BAEAAAAALAAAAAALAAwAAAQjEMhJKxCW4gzCIJxXZIEwFGDlDadqsii1sq1U0nA64+ON\n5xEAOw==\n'">      <dt><b>Value:</b></dt>
924
 
      <dd><table><tr><td>
925
 
<pre class="variable">
926
 
<span class="variable-quote">'''</span>R0lGODlhCwAMALMAANnZ2QDMmQCZZgBmZgAAAAAzM////////wAAAAAAAAAAAAAAAAA<span class="variable-linewrap">\</span>
927
 
AAAAAAAAA
928
 
AAAAACH5BAEAAAAALAAAAAALAAwAAAQjEMhJKxCW4gzCIJxXZIEwFGDlDadqsii1sq1U0n<span class="variable-linewrap">\</span>
929
 
A64+ON
930
 
5xEAOw==
931
 
<span class="variable-quote">'''</span>                                                                    </pre>
932
 
        </td></tr></table></dd>
933
 
</span>    </dl>
934
 
  </dd>
935
 
</dl></td></tr></table>
936
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
937
 
<a name="WARNING_COLOR"></a>
938
 
<h3>WARNING_COLOR</h3>
939
 
<dl>
940
 
  <dt></dt>
941
 
  <dd>
942
 
    <dl>
943
 
      <dt><b>Type:</b></dt>
944
 
      <dd>
945
 
          <code>str</code>
946
 
 
947
 
      </dd>
948
 
<span title="'#604000'">      <dt><b>Value:</b></dt>
949
 
      <dd><table><tr><td>
950
 
<pre class="variable">
951
 
<span class="variable-quote">'</span>#604000<span class="variable-quote">'</span>                                                              </pre>
952
 
        </td></tr></table></dd>
953
 
</span>    </dl>
954
 
  </dd>
955
 
</dl></td></tr></table>
956
 
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
957
 
<a name="WRITE_PROGRESS"></a>
958
 
<h3>WRITE_PROGRESS</h3>
959
 
<dl>
960
 
  <dt></dt>
961
 
  <dd>
962
 
    <dl>
963
 
      <dt><b>Type:</b></dt>
964
 
      <dd>
965
 
          <code>float</code>
966
 
 
967
 
      </dd>
968
 
<span title="0.70000000000000007">      <dt><b>Value:</b></dt>
969
 
      <dd><table><tr><td>
970
 
<pre class="variable">
971
 
0.70000000000000007&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</pre>
972
 
        </td></tr></table></dd>
973
 
</span>    </dl>
974
 
  </dd>
975
 
</dl></td></tr></table>
976
 
<br />
977
 
 
978
 
 
979
 
<!-- =========== START OF NAVBAR =========== -->
980
 
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
981
 
  <tr valign="center">
982
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="epydoc-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
983
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
984
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
985
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
986
 
    <th class="navbar" align="right" width="100%">
987
 
      <table border="0" cellpadding="0" cellspacing="0">
988
 
      <tr><th class="navbar" align="center">
989
 
        <p class="nomargin">
990
 
          <a class="navbar" target="_top" href="http://epydoc.sourceforge.net">epydoc 2.0</a>
991
 
      </p></th></tr></table>
992
 
    </th>
993
 
  </tr>
994
 
</table>
995
 
 
996
 
<table border="0" cellpadding="0" cellspacing="0" width="100%">
997
 
  <tr>
998
 
    <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat Mar 20 17:46:15 2004</font></td>
999
 
    <td align="right"><a href="http://epydoc.sourceforge.net"
1000
 
                      ><font size="-2">http://epydoc.sf.net</font></a></td>
1001
 
  </tr>
1002
 
</table>
1003
 
</body>
1004
 
</html>