.. 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.multisash .. highlight:: python .. _wx.lib.multisash.MultiSizer: ========================================================================================================================================== |phoenix_title| **wx.lib.multisash.MultiSizer** ========================================================================================================================================== Window() Window(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, name=PanelNameStr) wxWindow is the base class for all windows and represents any visible object on screen. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class MultiSizer:
| |super_classes| Known Superclasses ================================== :class:`wx.Window` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.multisash.MultiSizer.__init__` Initialize self. See help(type(self)) for accurate signature. :meth:`~wx.lib.multisash.MultiSizer.CalcSizePos` :meth:`~wx.lib.multisash.MultiSizer.OnEnter` :meth:`~wx.lib.multisash.MultiSizer.OnLeave` :meth:`~wx.lib.multisash.MultiSizer.OnMouseMove` :meth:`~wx.lib.multisash.MultiSizer.OnPress` :meth:`~wx.lib.multisash.MultiSizer.OnRelease` :meth:`~wx.lib.multisash.MultiSizer.OnSize` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: MultiSizer(wx.Window) Window() Window(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, name=PanelNameStr) wxWindow is the base class for all windows and represents any visible object on screen. .. method:: __init__(self,parent,side) Initialize self. See help(type(self)) for accurate signature. .. method:: CalcSizePos(self,parent) .. method:: OnEnter(self,evt) .. method:: OnLeave(self,evt) .. method:: OnMouseMove(self,evt) .. method:: OnPress(self,evt) .. method:: OnRelease(self,evt) .. method:: OnSize(self,evt)