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

Type PyWizardPage

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


Proxy of C++ PyWizardPage class
Method Summary
PyWizardPage __init__(self, parent, bitmap, resource)
  __repr__(self)
bool base_AcceptsFocus(self)
bool base_AcceptsFocusFromKeyboard(self)
  base_AddChild(self, child)
Size base_DoGetBestSize(self)
(width, height) base_DoGetClientSize()
(x,y) base_DoGetPosition()
(width, height) base_DoGetSize()
Size base_DoGetVirtualSize(self)
  base_DoMoveWindow(self, x, y, width, height)
  base_DoSetClientSize(self, width, height)
  base_DoSetSize(self, x, y, width, height, sizeFlags)
  base_DoSetVirtualSize(self, x, y)
Size base_GetMaxSize(self)
  base_InitDialog(self)
  base_RemoveChild(self, child)
bool base_TransferDataFromWindow(self)
bool base_TransferDataToWindow(self)
bool base_Validate(self)
bool Create(self, parent, id, pos, size, style, name)
Create the GUI part of the Window for 2-phase creation mode.

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

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