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

Inheritance diagram for class DynamicSashSplitEvent:

super_classes Known Superclasses

wx.PyCommandEvent


method_summary Methods Summary

__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.


Methods

__init__(self, arg=None)

Initialize self. See help(type(self)) for accurate signature.