Public Member Functions | |
wxExtCmdWizard () | |
Constructors. | |
wxExtCmdWizard (wxWindow *parent, wxWindowID id=SYMBOL_WXEXTCMDWIZARD_IDNAME, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition) | |
bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_WXEXTCMDWIZARD_IDNAME, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition) |
Creation. | |
void | CreateControls () |
Creates the controls and sizers. | |
bool | Run () |
Runs the wizard. | |
void | OnNext (wxCommandEvent &) |
void | OnPageChanged (wxWizardEvent &) |
void | OnProgressPanelEnd (wxCommandEvent &) |
void | Set (const wxPackage &p, wxPackageBuildSystemStage stage) |
void | Start () |
void | Stop () |
Protected Attributes | |
wxExtCmdWizardPage1 * | m_pPage1 |
wxExtCmdWizardPage2 * | m_pPage2 |
Definition at line 51 of file extcmddlg.h.