wxWizardPageSimple
Implements methods from the following classes
wxWizardPage
Methods
wxWizardPageSimple
Constructor takes the previous and next pages.
SetNext
Sets the next page.
SetPrev
Sets the previous page.
Static Methods
Chain
A convenience function to make the pages follow each other.
wxWizardPageSimple
wxWizardPageSimple
(
wxWizard
&
$parent
,
wxWizardPage
&
$prev
=
NULL
,
wxWizardPage
&
$next
=
NULL
,
wxBitmap
$bitmap
=
wxNullBitmap
)
Constructor takes the previous and next pages.
Chain
static
Chain
(
wxWizardPageSimple
&
$first
,
wxWizardPageSimple
&
$second
)
A convenience function to make the pages follow each other.
SetNext
SetNext
(
wxWizardPage
&
$next
)
Sets the next page.
SetPrev
SetPrev
(
wxWizardPage
&
$prev
)
Sets the previous page.