pyface.wizard.i_wizard module

The interface for all pyface wizards.

class pyface.wizard.i_wizard.IWizard(adaptee, default=<class 'traits.adaptation.adaptation_error.AdaptationError'>)[source]

Bases: IDialog

The interface for all pyface wizards.

next()[source]

Advance to the next page in the wizard.

previous()[source]

Return to the previous page in the wizard.

class pyface.wizard.i_wizard.MWizard[source]

Bases: HasTraits

The mixin class that contains common code for toolkit specific implementations of the IWizard interface.

Implements: next(), previous() Reimplements: _create_contents()

next()[source]

Advance to the next page in the wizard.

previous()[source]

Return to the previous page in the wizard.