Package peppy :: Package lib :: Module nextpanel :: Class NeXTPanelEvent
[frames] | no frames]

Class NeXTPanelEvent

     object --+                
              |                
wx._core.Object --+            
                  |            
     wx._core.Event --+        
                      |        
  wx._core.CommandEvent --+    
                          |    
    wx._core.PyCommandEvent --+
                              |
                             NeXTPanelEvent

Instance Methods
 
__init__(self)
__init__(self, EventType eventType=wxEVT_NULL, int id=0) -> PyCommandEvent

Inherited from wx._core.PyCommandEvent: __del__, __swig_destroy__

Inherited from wx._core.CommandEvent: Checked, Clone, GetClientData, GetClientObject, GetExtraLong, GetInt, GetSelection, GetString, IsChecked, IsSelection, SetClientData, SetClientObject, SetExtraLong, SetInt, SetString

Inherited from wx._core.Event: GetEventObject, GetEventType, GetId, GetSkipped, GetTimestamp, IsCommandEvent, ResumePropagation, SetEventObject, SetEventType, SetId, SetTimestamp, ShouldPropagate, Skip, StopPropagation

Inherited from wx._core.Object: Destroy, GetClassName, IsSameAs, __repr__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties

Inherited from wx._core.PyCommandEvent: thisown

Inherited from wx._core.CommandEvent: ClientData, ClientObject, ExtraLong, Int, Selection, String

Inherited from wx._core.Event: EventObject, EventType, Id, Skipped, Timestamp

Inherited from wx._core.Object: ClassName

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, EventType eventType=wxEVT_NULL, int id=0) -> PyCommandEvent

Overrides: object.__init__
(inherited documentation)