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

Type WizardPageSimple

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


Proxy of C++ WizardPageSimple class
Method Summary
WizardPageSimple __init__(self, parent, prev, next, bitmap, resource)
  __repr__(self)
  Chain(first, second)
(Static method)
bool Create(self, parent, id, pos, size, style, name)
Create the GUI part of the Window for 2-phase creation mode.
  SetNext(self, next)
  SetPrev(self, prev)

Instance Method Details

Create(self, parent=None, prev=None, next=None, bitmap=wxNullBitmap, resource=None)

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.wizard.WizardPage.Create (inherited documentation)

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