.. 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.EmptyChild:
==========================================================================================================================================
|phoenix_title| **wx.lib.multisash.EmptyChild**
==========================================================================================================================================
Window() -> None
Window(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=0, name: str=PanelNameStr) -> None
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
EmptyChild:
|
|super_classes| Known Superclasses
==================================
:class:`wx.Window`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.multisash.EmptyChild.__init__` Initialize self. See help(type(self)) for accurate signature.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: EmptyChild(wx.Window)
Window() -> None
Window(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=0, name: str=PanelNameStr) -> None
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.