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

Type Wizard

object --+                    
         |                    
    Object --+                
             |                
    EvtHandler --+            
                 |            
            Window --+        
                     |        
        TopLevelWindow --+    
                         |    
                    Dialog --+
                             |
                            Wizard


Proxy of C++ Wizard class


Method Summary
Wizard __init__(self, parent, id, title, bitmap, pos, style)
  __repr__(self)
bool Create(self, parent, id, pos, size, style, name)
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.

Parameters:
parent
           (type=Window)

id
           (type=int)

pos
           (type=Point)

size
           (type=Size)

style
           (type=long)

name
           (type=String)

Returns:
bool
Overrides:
wx.Dialog.Create (inherited documentation)

Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:04:56 2006 http://epydoc.sf.net