pdk.Gui.Widgets.Wizards ()
index
pdk/Gui/Widgets/Wizards.py

Wizard widget.

CD 07.2001

 
Classes
            
wxPython.frames.wxDialog(wxPython.frames.wxDialogPtr)
Wizard
 
class Wizard(wxPython.frames.wxDialog)
     
Purpose:an implementation of a "wizard" dialog

 
  
Method resolution order:
Wizard
wxPython.frames.wxDialog
wxPython.frames.wxDialogPtr
wxPython.frames.wxTopLevelWindowPtr
wxPython.windows.wxWindowPtr
wxPython.windows.wxEvtHandlerPtr
wxPython.misc.wxObjectPtr

Methods defined here:
AddPage(self, pyObject, style)
add a %pyObject% of button style %style% to the wizard
GetSelection(self)
OnWizardButton(self, ev)
SetSelection(self, newIndex)
sets the active page by %id%
__init__(self, parent, id=-1, title=None, alignButtons=512)
getPyPage(self, id)
return a pyObject by %id%
 
Functions
            
EVT_WIZARD(win, id, func)
EVT_WIZARD_ALL(win, func)
 
Data
             WIZARD_BUTTON_FIRST = 1
WIZARD_BUTTON_PREVIOUS = 2
WIZARD_BUTTON_NEXT = 4
WIZARD_BUTTON_FINISH = 8
WIZARD_BUTTON_NONE = 16
WIZARD_BUTTON_CANCEL = 32
WIZARD_BUTTON_ALL = 47
ID_FIRST = 112
ID_PREVIOUS = 113
ID_NEXT = 114
ID_FINISH = 115
ID_NONE = 116
ID_CANCEL = 117
 
Author