Home | Trees | Index | Help |
|
---|
Package wx :: Module wizard :: Class Wizard |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Dialog
--+ | Wizard
Method Summary | |
---|---|
Wizard | __init__(self,
parent,
id,
title,
bitmap,
pos,
style)
|
__repr__(self)
| |
bool |
Create the GUI part of the Window for 2-phase creation mode. |
FitToPage(self,
firstPage)
| |
WizardPage | GetCurrentPage(self)
|
Sizer | GetPageAreaSizer(self)
|
Size | GetPageSize(self)
|
bool | HasNextPage(self,
page)
|
bool | HasPrevPage(self,
page)
|
Init(self)
| |
bool | IsRunning(self)
|
bool | RunWizard(self,
firstPage)
|
SetBorder(self,
border)
| |
SetPageSize(self,
size)
| |
bool | ShowPage(self,
page,
goingForward)
|
Instance Method Details |
---|
Create(self, parent, id=-1, title=EmptyString, bitmap=wxNullBitmap, pos=DefaultPosition)Create the GUI part of the Window for 2-phase creation mode.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:23:41 2005 | http://epydoc.sf.net |