Inheritance diagram for WizardBase:
Public Member Functions | |
WizardBase (wxWindow *parent, int id=-1, const wxString &title=wxEmptyString, const wxBitmap &bitmap=wxNullBitmap, const wxPoint &pos=wxDefaultPosition) | |
bool | AddPage (WizardPageBase *P, WizardPageBase *L=NULL) |
void | OnWizardCancel (wxWizardEvent &event) |
|
The usual constructor, defaults to wxWizard.
|
|
Add a new wizard page; either append or insert after L
|
|
Called when a wizard cancelled.
|