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 API¶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.
__init__(self, arg=None)¶