.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.PropagationDisabler: ========================================================================================================================================== |phoenix_title| **wx.PropagationDisabler** ========================================================================================================================================== Helper class to temporarily change an event to not propagate. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class PropagationDisabler:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.PropagationDisabler.__init__` :meth:`~wx.PropagationDisabler.__enter__` :meth:`~wx.PropagationDisabler.__exit__` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.PropagationDisabler(object) **Possible constructors**:: PropagationDisabler(event) Helper class to temporarily change an event to not propagate. .. method:: __init__(self, event) :param `event`: :type `event`: wx.Event .. method:: __enter__(self) .. method:: __exit__(self, exc_type, exc_val, exc_tb)