.. 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.MultiCloser: ========================================================================================================================================== |phoenix_title| **wx.lib.multisash.MultiCloser** ========================================================================================================================================== 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 MultiCloser:
| |super_classes| Known Superclasses ================================== :class:`wx.Window` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.multisash.MultiCloser.__init__` Initialize self. See help(type(self)) for accurate signature. :meth:`~wx.lib.multisash.MultiCloser.CalcSizePos` :meth:`~wx.lib.multisash.MultiCloser.OnEnter` :meth:`~wx.lib.multisash.MultiCloser.OnLeave` :meth:`~wx.lib.multisash.MultiCloser.OnPaint` :meth:`~wx.lib.multisash.MultiCloser.OnPress` :meth:`~wx.lib.multisash.MultiCloser.OnRelease` :meth:`~wx.lib.multisash.MultiCloser.OnSize` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: MultiCloser(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) Initialize self. See help(type(self)) for accurate signature. .. method:: CalcSizePos(self,parent) .. method:: OnEnter(self,evt) .. method:: OnLeave(self,evt) .. method:: OnPaint(self,evt) .. method:: OnPress(self,evt) .. method:: OnRelease(self,evt) .. method:: OnSize(self,evt)