Phoenix Logo

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 ` wx.GenericProgressDialog ` .


class_hierarchy Class Hierarchy

Inheritance diagram for class ProgressDialog:


method_summary Methods Summary

__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.


Methods



__init__(self, title, message, maximum=100, parent=None, style=PD_APP_MODAL|PD_AUTO_HIDE)
Parameters:
  • title (string) –
  • message (string) –
  • maximum (int) –
  • parent (wx.Window) –
  • style (int) –