Version: 2.9.4
Public Member Functions
wxProgressDialog Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/progdlg.h>

Inheritance diagram for wxProgressDialog:

Detailed Description

If supported by the platform this class will provide the platform's native progress dialog, else it will simply be the wxGenericProgressDialog.

Public Member Functions

 wxProgressDialog (const wxString &title, const wxString &message, int maximum=100, wxWindow *parent=NULL, int style=wxPD_APP_MODAL|wxPD_AUTO_HIDE)

List of all members.


Constructor & Destructor Documentation

wxProgressDialog::wxProgressDialog ( const wxString title,
const wxString message,
int  maximum = 100,
wxWindow parent = NULL,
int  style = wxPD_APP_MODAL|wxPD_AUTO_HIDE 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines