Creation parameters:
- parent
- bitmap [=wxNullBitmap]
- resource [=NULL]
A wxWizardPage is actually a panel that will be displayed in the wxWizard. You must call
set_next_wizard_page() and set_prev_wizard_page() for each page to set the next and previous
pages. The first and last pages will have previous and next pages of 0, respectively.
proc set_next_wizard_page( atom page, atom next )
proc set_prev_wizard_page( atom page, atom prev )
Parent Topics:
Classes
Controls
wxWizard
Category: wxWizardPage
See Also:
set_prev_wizard_page
Category: wxWizardPage
See Also:
set_next_wizard_page