.. 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._DynamicSashWindowImpl:
==========================================================================================================================================
|phoenix_title| **wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl**
==========================================================================================================================================
EvtHandler() -> None
A class that can handle events from the windowing system.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
_DynamicSashWindowImpl:
|
|super_classes| Known Superclasses
==================================
:class:`wx.EvtHandler`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.AddChild`
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.ConstrainChildren`
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.Create`
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.DrawSash`
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.DrawSash_overlay`
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.FindFrame`
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.FindParent`
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.FindScrollBar`
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.FindUpperParent`
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.OnLeave`
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.OnMouseMove`
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.OnPaint`
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.OnPress`
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.OnRelease`
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.OnSize`
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.Resize`
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.Split`
:meth:`~wx.lib.gizmos.dynamicsash._DynamicSashWindowImpl.Unify`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: _DynamicSashWindowImpl(wx.EvtHandler)
EvtHandler() -> None
A class that can handle events from the windowing system.
.. method:: __init__(self, window)
Initialize self. See help(type(self)) for accurate signature.
.. method:: AddChild(self, window)
.. method:: ConstrainChildren(self, px, py)
.. method:: Create(self)
.. method:: DrawSash(self, x, y, mode)
.. method:: DrawSash_overlay(self, x, y, mode)
.. method:: FindFrame(self)
.. method:: FindParent(self, side)
.. method:: FindScrollBar(self, child, vert)
.. method:: FindUpperParent(self, sash_a, sash_b)
.. method:: OnLeave(self, event)
.. method:: OnMouseMove(self, event)
.. method:: OnPaint(self, event)
.. method:: OnPress(self, event)
.. method:: OnRelease(self, event)
.. method:: OnSize(self, event)
.. method:: Resize(self, x, y)
.. method:: Split(self, px, py)
.. method:: Unify(self, panel)