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

Type WizardEvent

object --+                
         |                
    Object --+            
             |            
         Event --+        
                 |        
      CommandEvent --+    
                     |    
           NotifyEvent --+
                         |
                        WizardEvent


Proxy of C++ WizardEvent class


Method Summary
NotifyEvent __init__(self, commandType, winid)
An instance of this class (or one of its derived classes) is sent from a control when the control's state is being changed and the control allows that change to be prevented from happening.
  __repr__(self)
bool GetDirection(self)
WizardPage GetPage(self)

Method Details

__init__(self, type=wxEVT_NULL, id=-1, direction=True, page=None)
(Constructor)

An instance of this class (or one of its derived classes) is sent from a control when the control's state is being changed and the control allows that change to be prevented from happening. The event handler can call Veto or Allow to tell the control what to do.

Parameters:
commandType
           (type=wxEventType)

winid
           (type=int)

Returns:
NotifyEvent
Overrides:
wx.NotifyEvent.__init__ (inherited documentation)

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