.. 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.MultiViewLeaf: ========================================================================================================================================== |phoenix_title| **wx.lib.multisash.MultiViewLeaf** ========================================================================================================================================== 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 MultiViewLeaf:
| |super_classes| Known Superclasses ================================== :class:`wx.Window` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.multisash.MultiViewLeaf.__init__` Initialize self. See help(type(self)) for accurate signature. :meth:`~wx.lib.multisash.MultiViewLeaf.AddLeaf` :meth:`~wx.lib.multisash.MultiViewLeaf.CanSize` :meth:`~wx.lib.multisash.MultiViewLeaf.DefaultChildChanged` :meth:`~wx.lib.multisash.MultiViewLeaf.DestroyLeaf` :meth:`~wx.lib.multisash.MultiViewLeaf.GetSaveData` :meth:`~wx.lib.multisash.MultiViewLeaf.OnSize` :meth:`~wx.lib.multisash.MultiViewLeaf.SetSaveData` :meth:`~wx.lib.multisash.MultiViewLeaf.SizeTarget` :meth:`~wx.lib.multisash.MultiViewLeaf.UnSelect` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: MultiViewLeaf(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,multiView,parent,pos,size) Initialize self. See help(type(self)) for accurate signature. .. method:: AddLeaf(self,direction,pos) .. method:: CanSize(self,side) .. method:: DefaultChildChanged(self) .. method:: DestroyLeaf(self) .. method:: GetSaveData(self) .. method:: OnSize(self,evt) .. method:: SetSaveData(self,data) .. method:: SizeTarget(self,side) .. method:: UnSelect(self)