wx.lib.gizmos.dynamicsash._DynamicSashWindowLeaf
EvtHandler() -> None
A class that can handle events from the windowing system.
Class Hierarchy

Inheritance diagram for class
_DynamicSashWindowLeaf:
Methods Summary
Class API
-
class _DynamicSashWindowLeaf(wx.EvtHandler)
EvtHandler() -> None
A class that can handle events from the windowing system.
Methods
-
__init__(self, impl)
Initialize self. See help(type(self)) for accurate signature.
-
AddChild(self, window)
-
Create(self)
-
FindScrollBar(self, child, vert)
-
GetRegion(self, x, y)
-
OnFocus(self, event)
-
OnLeave(self, event)
-
OnMouseMove(self, event)
-
OnPaint(self, event)
-
OnPress(self, event)
-
OnRelease(self, event)
-
OnReparent(self, event)
-
OnScroll(self, event)
-
OnSize(self, event)
-
OnViewSize(self, event)
-
ResizeChild(self, size)