Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 793a9bf31027eaf9ba264f7b14af00a9 > files > 458

phatch-0.2.7-6.fc14.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>dialogs &mdash; Phatch v0.2 documentation</title>
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '',
        VERSION:     '0.2',
        COLLAPSE_MODINDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="top" title="Phatch v0.2 documentation" href="index.html" />
    <link rel="up" title="wxGlade" href="pyWx.wxGlade.html" />
    <link rel="next" title="frame" href="pyWx.wxGlade.frame.html" />
    <link rel="prev" title="wxGlade" href="pyWx.wxGlade.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="modindex.html" title="Global Module Index"
             accesskey="M">modules</a> |</li>
        <li class="right" >
          <a href="pyWx.wxGlade.frame.html" title="frame"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="pyWx.wxGlade.html" title="wxGlade"
             accesskey="P">previous</a> |</li>
        <li><a href="index.html">Phatch v0.2 documentation</a> &raquo;</li>
          <li><a href="pyWx.html" >pyWx</a> &raquo;</li>
          <li><a href="pyWx.wxGlade.html" accesskey="U">wxGlade</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="module-pyWx.wxGlade.dialogs">
<h1>dialogs<a class="headerlink" href="#module-pyWx.wxGlade.dialogs" title="Permalink to this headline">¶</a></h1>
<dl class="class">
<dt id="pyWx.wxGlade.dialogs.ErrorDialog">
<em class="property">
class </em><tt class="descclassname">pyWx.wxGlade.dialogs.</tt><tt class="descname">ErrorDialog</tt><big>(</big><em>*args</em>, <em>**kwds</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.ErrorDialog" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <tt class="xref docutils literal"><span class="pre">wx._windows.Dialog</span></tt></p>
<dl class="method">
<dt id="pyWx.wxGlade.dialogs.ErrorDialog.on_abort">
<tt class="descname">on_abort</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.ErrorDialog.on_abort" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="pyWx.wxGlade.dialogs.ErrorDialog.on_details">
<tt class="descname">on_details</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.ErrorDialog.on_details" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="pyWx.wxGlade.dialogs.ErrorDialog.on_ignore">
<tt class="descname">on_ignore</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.ErrorDialog.on_ignore" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="pyWx.wxGlade.dialogs.ErrorDialog.on_skip">
<tt class="descname">on_skip</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.ErrorDialog.on_skip" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="class">
<dt id="pyWx.wxGlade.dialogs.ExecuteDialog">
<em class="property">
class </em><tt class="descclassname">pyWx.wxGlade.dialogs.</tt><tt class="descname">ExecuteDialog</tt><big>(</big><em>*args</em>, <em>**kwds</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.ExecuteDialog" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <tt class="xref docutils literal"><span class="pre">wx._windows.Dialog</span></tt></p>
<dl class="method">
<dt id="pyWx.wxGlade.dialogs.ExecuteDialog.on_browse">
<tt class="descname">on_browse</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.ExecuteDialog.on_browse" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="pyWx.wxGlade.dialogs.ExecuteDialog.on_default">
<tt class="descname">on_default</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.ExecuteDialog.on_default" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="pyWx.wxGlade.dialogs.ExecuteDialog.on_source">
<tt class="descname">on_source</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.ExecuteDialog.on_source" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="class">
<dt id="pyWx.wxGlade.dialogs.FilesDialog">
<em class="property">
class </em><tt class="descclassname">pyWx.wxGlade.dialogs.</tt><tt class="descname">FilesDialog</tt><big>(</big><em>*args</em>, <em>**kwds</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.FilesDialog" title="Permalink to this definition">¶</a></dt>
<dd>Bases: <tt class="xref docutils literal"><span class="pre">wx._windows.Dialog</span></tt></dd></dl>

<dl class="class">
<dt id="pyWx.wxGlade.dialogs.FolderFileBrowser">
<em class="property">
class </em><tt class="descclassname">pyWx.wxGlade.dialogs.</tt><tt class="descname">FolderFileBrowser</tt><big>(</big><em>parent</em>, <em>id</em>, <em>data</em>, <em>Data</em>, <em>headers=None</em>, <em>**options</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.FolderFileBrowser" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <a title="lib.pyWx.folderFileBrowser.PreviewMixin" class="reference" href="lib.pyWx.folderFileBrowser.html#lib.pyWx.folderFileBrowser.PreviewMixin"><tt class="xref docutils literal"><span class="pre">lib.pyWx.folderFileBrowser.PreviewMixin</span></tt></a>, <a title="lib.pyWx.folderFileBrowser.Panel" class="reference" href="lib.pyWx.folderFileBrowser.html#lib.pyWx.folderFileBrowser.Panel"><tt class="xref docutils literal"><span class="pre">lib.pyWx.folderFileBrowser.Panel</span></tt></a></p>
<dl class="method">
<dt id="pyWx.wxGlade.dialogs.FolderFileBrowser.GetTreeLabel">
<tt class="descname">GetTreeLabel</tt><big>(</big><em>label</em>, <em>parent_label</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.FolderFileBrowser.GetTreeLabel" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="class">
<dt id="pyWx.wxGlade.dialogs.ImageTreeDialog">
<em class="property">
class </em><tt class="descclassname">pyWx.wxGlade.dialogs.</tt><tt class="descname">ImageTreeDialog</tt><big>(</big><em>data</em>, <em>Data</em>, <em>headers</em>, <em>*args</em>, <em>**kwds</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.ImageTreeDialog" title="Permalink to this definition">¶</a></dt>
<dd>Bases: <tt class="xref docutils literal"><span class="pre">wx._windows.Dialog</span></tt></dd></dl>

<dl class="class">
<dt id="pyWx.wxGlade.dialogs.StatusDialog">
<em class="property">
class </em><tt class="descclassname">pyWx.wxGlade.dialogs.</tt><tt class="descname">StatusDialog</tt><big>(</big><em>*args</em>, <em>**kwds</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.StatusDialog" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <tt class="xref docutils literal"><span class="pre">wx._windows.Dialog</span></tt></p>
<dl class="method">
<dt id="pyWx.wxGlade.dialogs.StatusDialog.on_button_log">
<tt class="descname">on_button_log</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.StatusDialog.on_button_log" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="pyWx.wxGlade.dialogs.StatusDialog.on_button_report">
<tt class="descname">on_button_report</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.StatusDialog.on_button_report" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

</dd></dl>

<dl class="class">
<dt id="pyWx.wxGlade.dialogs.WritePluginDialog">
<em class="property">
class </em><tt class="descclassname">pyWx.wxGlade.dialogs.</tt><tt class="descname">WritePluginDialog</tt><big>(</big><em>*args</em>, <em>**kwds</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.WritePluginDialog" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <tt class="xref docutils literal"><span class="pre">wx._windows.Dialog</span></tt></p>
<dl class="method">
<dt id="pyWx.wxGlade.dialogs.WritePluginDialog.on_help">
<tt class="descname">on_help</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.WritePluginDialog.on_help" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

<dl class="method">
<dt id="pyWx.wxGlade.dialogs.WritePluginDialog.on_template">
<tt class="descname">on_template</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#pyWx.wxGlade.dialogs.WritePluginDialog.on_template" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>

</dd></dl>

</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
            <h4>Previous topic</h4>
            <p class="topless"><a href="pyWx.wxGlade.html"
                                  title="previous chapter">wxGlade</a></p>
            <h4>Next topic</h4>
            <p class="topless"><a href="pyWx.wxGlade.frame.html"
                                  title="next chapter">frame</a></p>
          <div id="searchbox" style="display: none">
            <h3>Quick search</h3>
              <form class="search" action="search.html" method="get">
                <input type="text" name="q" size="18" />
                <input type="submit" value="Go" />
                <input type="hidden" name="check_keywords" value="yes" />
                <input type="hidden" name="area" value="default" />
              </form>
              <p class="searchtip" style="font-size: 90%">
              Enter search terms or a module, class or function name.
              </p>
          </div>
          <script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="modindex.html" title="Global Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="pyWx.wxGlade.frame.html" title="frame"
             >next</a> |</li>
        <li class="right" >
          <a href="pyWx.wxGlade.html" title="wxGlade"
             >previous</a> |</li>
        <li><a href="index.html">Phatch v0.2 documentation</a> &raquo;</li>
          <li><a href="pyWx.html" >pyWx</a> &raquo;</li>
          <li><a href="pyWx.wxGlade.html" >wxGlade</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
      &copy; Copyright 2009, www.stani.be.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.2.
    </div>
  </body>
</html>