wx.PropagationDisabler
Helper class to temporarily change an event to not propagate.
 Class Hierarchy

Inheritance diagram for class 
PropagationDisabler:
 
 Methods Summary
 Class API
- 
class wx.PropagationDisabler(object)
 
Possible constructors:
PropagationDisabler(event) -> None
 
 
Helper class to temporarily change an event to not propagate.
Methods
- 
__init__(self, event)
 
- Parameters:
 
event (wx.Event)
 
- Return type:
 
None
 
- 
__enter__(self)
 
- 
__exit__(self, exc_type, exc_val, exc_tb)