| Trees | Indices | Help |
|---|
|
|
gobject.GObject --+
|
ui.glade.GladeBacked --+
|
ui.glade.GladeWindow --+
|
Wizard
A generic wizard.
This wizard runs its own GObject main loop.
The wizard is run with the run() method.
Example:
w = Wizard('foo', 'first-step', FirstStep)
w.show()
w.run() => {'bank-account': 'foo'}
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Run in a recursive main loop. Will block until the user finishes or closes the wizard. |
Show the wizard. Returns a deferred that fires when the user has closed the wizard, either via completing the process or has cancelled somehow.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sun Mar 7 10:45:44 2010 | http://epydoc.sourceforge.net |