pyface.wizard.wizard_controller module
A wizard controller that has a static list of pages.
-
class pyface.wizard.wizard_controller.WizardController[source]
Bases: HasTraits
A wizard controller that has a static list of pages.
-
get_first_page()[source]
Returns the first page.
-
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 pages.