phoenix_title wx.PropagationDisabler

Helper class to temporarily change an event to not propagate.


class_hierarchy Class Hierarchy

Inheritance diagram for class PropagationDisabler:

method_summary Methods Summary

__init__

__enter__

__exit__


api Class API

class wx.PropagationDisabler(object)

Possible constructors:

PropagationDisabler(event)

Helper class to temporarily change an event to not propagate.


Methods

__init__(self, event)
Parameters

event (wx.Event) –



__enter__(self)


__exit__(self, exc_type, exc_val, exc_tb)