.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2017 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc



.. _wx.ProgressDialog:

==========================================================================================================================================
|phoenix_title|  **wx.ProgressDialog**
==========================================================================================================================================

If supported by the platform this class will provide the platform's native progress dialog, else it will simply be the  ` :ref:`wx.GenericProgressDialog` ` .           




|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
   <img id="toggleBlock-trigger" src="_static/images/closed.png"/>
   Inheritance diagram for class <strong>ProgressDialog</strong>:
   </div>
   <div id="toggleBlock-summary" style="display:block;"></div>
   <div id="toggleBlock-content" style="display:none;">
   <p class="graphviz">
   <center><img src="_static/images/inheritance/wx.ProgressDialog_inheritance.png" alt="Inheritance diagram of ProgressDialog" usemap="#dummy" class="inheritance"/></center>
   </div>
   <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
   <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.Trackable.html" title="Add-on base class for a trackable object." alt="" coords="5,5,108,35"/> <area shape="rect" id="node8" href="wx.EvtHandler.html" title="A class that can handle events from the windowing system." alt="" coords="59,83,171,112"/> <area shape="rect" id="node2" href="wx.Object.html" title="This is the root class of many of the wxWidgets classes." alt="" coords="133,5,215,35"/> <area shape="rect" id="node3" href="wx.NonOwnedWindow.html" title="Common base class for all non-child windows." alt="" coords="36,237,195,267"/> <area shape="rect" id="node5" href="wx.TopLevelWindow.html" title="wx.TopLevelWindow  is a common base class for wx.Dialog  and wx.Frame." alt="" coords="43,315,188,344"/> <area shape="rect" id="node4" href="wx.Window.html" title="wx.Window  is the base class for all windows and represents any visible object on screen." alt="" coords="71,160,160,189"/> <area shape="rect" id="node7" href="wx.Dialog.html" title="A dialog box is a window with a title bar and sometimes a system menu, which can be moved around the screen." alt="" coords="74,392,157,421"/> <area shape="rect" id="node6" href="wx.GenericProgressDialog.html" title="This class represents a dialog that shows a short message and a progress bar." alt="" coords="22,469,209,499"/> <area shape="rect" id="node9" href="wx.ProgressDialog.html" title="If supported by the platform this class will provide the platform's native progress dialog, else it will simply be the  ` wx.GenericProgressDialog ` ." alt="" coords="46,547,185,576"/> </map> 
   </p>

|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.ProgressDialog.__init__`                                              
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: wx.ProgressDialog(GenericProgressDialog)

   **Possible constructors**::

       ProgressDialog(title, message, maximum=100, parent=None,
                      style=PD_APP_MODAL|PD_AUTO_HIDE)
       
   
   If supported by the platform this class will provide the platform's
   native progress dialog, else it will simply be the
   GenericProgressDialog.



   .. method:: __init__(self, title, message, maximum=100, parent=None, style=PD_APP_MODAL|PD_AUTO_HIDE)




      :param `title`: 
      :type `title`: string
      :param `message`: 
      :type `message`: string
      :param `maximum`: 
      :type `maximum`: int
      :param `parent`: 
      :type `parent`: wx.Window
      :param `style`: 
      :type `style`: int






