.. 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.DynamicSashSplitEvent: ========================================================================================================================================== |phoenix_title| **wx.lib.gizmos.dynamicsash.DynamicSashSplitEvent** ========================================================================================================================================== DynamicSashSplitEvents are sent to your view by DynamicSashWindow whenever your view is being split by the user. It is your responsibility to handle this event by creating a new view window as a child of the DynamicSashWindow. DynamicSashWindow will automatically reparent it to the proper place in its window hierarchy. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class DynamicSashSplitEvent:
| |super_classes| Known Superclasses ================================== :class:`wx.PyCommandEvent` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.gizmos.dynamicsash.DynamicSashSplitEvent.__init__` Initialize self. See help(type(self)) for accurate signature. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: DynamicSashSplitEvent(wx.PyCommandEvent) DynamicSashSplitEvents are sent to your view by DynamicSashWindow whenever your view is being split by the user. It is your responsibility to handle this event by creating a new view window as a child of the DynamicSashWindow. DynamicSashWindow will automatically reparent it to the proper place in its window hierarchy. .. method:: __init__(self, arg=None) Initialize self. See help(type(self)) for accurate signature.