pyface.wizard.chained_wizard_controller module
A wizard controller that can be chained with others.
-
class pyface.wizard.chained_wizard_controller.ChainedWizardController[source]
Bases: WizardController
A wizard controller that can be chained with others.
-
get_next_page(page)[source]
Returns the next page.
-
get_previous_page(page)[source]
Returns the previous page.
-
is_first_page(page)[source]
Is the page the first page?
-
is_last_page(page)[source]
Is the page the last page?
-
dispose_pages()[source]
Dispose the wizard’s pages.