.. 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 .. currentmodule:: wx.lib.gizmos.dynamicsash .. highlight:: python .. _wx.lib.gizmos.dynamicsash._DynamicSashReparentEvent: ========================================================================================================================================== |phoenix_title| **wx.lib.gizmos.dynamicsash._DynamicSashReparentEvent** ========================================================================================================================================== PyEvent(id=0, eventType=wxEVT_NULL) :class:`PyEvent` can be used as a base class for implementing custom event types in Python. You should derive from this class instead of :class:`Event` because this class is Python-aware and is able to transport its Python bits safely through the wxWidgets event system and have them still be there when the event handler is invoked. Note that since :class:`PyEvent` is taking care of preserving the extra attributes that have been set then you do not need to override the Clone method in your derived classes. .. seealso:: :class:`PyCommandEvent` | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class _DynamicSashReparentEvent:
| |super_classes| Known Superclasses ================================== :class:`wx.PyEvent` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.gizmos.dynamicsash._DynamicSashReparentEvent.__init__` Initialize self. See help(type(self)) for accurate signature. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: _DynamicSashReparentEvent(wx.PyEvent) PyEvent(id=0, eventType=wxEVT_NULL) :class:`PyEvent` can be used as a base class for implementing custom event types in Python. You should derive from this class instead of :class:`Event` because this class is Python-aware and is able to transport its Python bits safely through the wxWidgets event system and have them still be there when the event handler is invoked. Note that since :class:`PyEvent` is taking care of preserving the extra attributes that have been set then you do not need to override the Clone method in your derived classes. .. seealso:: :class:`PyCommandEvent` .. method:: __init__(self, arg=None) Initialize self. See help(type(self)) for accurate signature.