Package wx :: Module wizard :: Class WizardPage
[frames | no frames]

Type WizardPage

object --+                
         |                
    Object --+            
             |            
    EvtHandler --+        
                 |        
            Window --+    
                     |    
                 Panel --+
                         |
                        WizardPage

Known Subclasses:
PyWizardPage, WizardPageSimple

Proxy of C++ WizardPage class
Method Summary
  __init__(self)
  __repr__(self)
bool Create(self, parent, id, pos, size, style, name)
Create the GUI part of the Window for 2-phase creation mode.
Bitmap GetBitmap(self)
WizardPage GetNext(self)
WizardPage GetPrev(self)

Instance Method Details

Create(self, parent, bitmap=wxNullBitmap, resource=EmptyString)

Create the GUI part of the Window for 2-phase creation mode.
Parameters:
parent
           (type=Window)
id
           (type=int)
pos
           (type=Point)
size
           (type=Size)
style
           (type=long)
name
           (type=String)
Returns:
bool
Overrides:
wx.Panel.Create (inherited documentation)

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:23:17 2005 http://epydoc.sf.net