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¶
Known Superclasses¶
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
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.
Methods¶
- __init__(self, arg=None)¶
Initialize self. See help(type(self)) for accurate signature.