Module gui :: Class HelperReturnEvent
[hide private]
[frames] | no frames]

Class HelperReturnEvent

source code

     object --+            
              |            
wx._core.Object --+        
                  |        
     wx._core.Event --+    
                      |    
       wx._core.PyEvent --+
                          |
                         HelperReturnEvent

Instance Methods [hide private]
 
__init__(self, callback, *args, **kwargs)
__init__(self, int winid=0, EventType eventType=wxEVT_NULL) -> PyEvent
source code
 
__call__(self) source code

Inherited from wx._core.PyEvent: __del__, __swig_destroy__

Inherited from wx._core.PyEvent (private): _GetSelf, _SetSelf

Inherited from wx._core.Event: Clone, 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 [hide private]

Inherited from wx._core.PyEvent: thisown

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

Inherited from wx._core.Object: ClassName

Inherited from object: __class__

Method Details [hide private]

__init__(self, callback, *args, **kwargs)
(Constructor)

source code 

__init__(self, int winid=0, EventType eventType=wxEVT_NULL) -> PyEvent

Overrides: object.__init__
(inherited documentation)