Public Member Functions | |
this (IntPtr wxobj) | |
this (string title, string message, int maximum=100, Window parent=null, int style=wxPD_APP_MODAL|wxPD_AUTO_HIDE) | |
bool | Update (int value) |
bool | Update (int value, string newmsg) |
void | Resume () |
override bool | Show (bool show=true) |
Public Attributes | |
const int | wxPD_CAN_ABORT = 0x0001 |
const int | wxPD_APP_MODAL = 0x0002 |
const int | wxPD_AUTO_HIDE = 0x0004 |
const int | wxPD_ELAPSED_TIME = 0x0008 |
const int | wxPD_ESTIMATED_TIME = 0x0010 |
const int | wxPD_REMAINING_TIME = 0x0040 |
Protected Member Functions | |
override void | dtor () |
this | ( | IntPtr | wxobj | ) |
Reimplemented from Dialog.
this | ( | string | title, | |
string | message, | |||
int | maximum = 100 , |
|||
Window | parent = null , |
|||
int | style = wxPD_APP_MODAL | wxPD_AUTO_HIDE | |||
) |
bool Update | ( | int | value | ) |
bool Update | ( | int | value, | |
string | newmsg | |||
) |
void Resume | ( | ) |
override bool Show | ( | bool | show = true |
) |
Reimplemented from Window.
override void dtor | ( | ) | [protected] |
Reimplemented from wxObject.
const int wxPD_CAN_ABORT = 0x0001 |
const int wxPD_APP_MODAL = 0x0002 |
const int wxPD_AUTO_HIDE = 0x0004 |
const int wxPD_ELAPSED_TIME = 0x0008 |
const int wxPD_ESTIMATED_TIME = 0x0010 |
const int wxPD_REMAINING_TIME = 0x0040 |