.. 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
.. _wx.aui.AuiMDIClientWindow:
==========================================================================================================================================
|phoenix_title| **wx.aui.AuiMDIClientWindow**
==========================================================================================================================================
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
AuiMDIClientWindow:
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.aui.AuiMDIClientWindow.__init__`
:meth:`~wx.aui.AuiMDIClientWindow.CreateClient`
:meth:`~wx.aui.AuiMDIClientWindow.GetActiveChild`
:meth:`~wx.aui.AuiMDIClientWindow.GetClassDefaultAttributes`
:meth:`~wx.aui.AuiMDIClientWindow.SetActiveChild`
:meth:`~wx.aui.AuiMDIClientWindow.SetSelection` Sets the page selection.
================================================================================ ================================================================================
|
|property_summary| Properties Summary
=====================================
================================================================================ ================================================================================
:attr:`~wx.aui.AuiMDIClientWindow.ActiveChild` See :meth:`~wx.aui.AuiMDIClientWindow.GetActiveChild` and :meth:`~wx.aui.AuiMDIClientWindow.SetActiveChild`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: wx.aui.AuiMDIClientWindow(AuiNotebook)
**Possible constructors**::
AuiMDIClientWindow() -> None
AuiMDIClientWindow(parent : AuiMDIParentFrame, style: int=0) -> None
.. method:: __init__(self, *args, **kw)
|overload| **Overloaded Implementations:**
:html:`
`
**__init__** `(self)`
:rtype: `None`
:html:`
`
**__init__** `(self, parent : AuiMDIParentFrame, style: int=0)`
:param `parent`:
:type `parent`: wx.aui.AuiMDIParentFrame
:param `style`:
:type `style`: long
:rtype: `None`
:html:`
`
.. method:: CreateClient(self, parent : AuiMDIParentFrame, style: int=VSCROLL|HSCROLL)
:param `parent`:
:type `parent`: wx.aui.AuiMDIParentFrame
:param `style`:
:type `style`: long
:rtype: `bool`
.. method:: GetActiveChild(self)
:rtype: :ref:`wx.aui.AuiMDIChildFrame`
.. staticmethod:: GetClassDefaultAttributes(variant: WindowVariant=WINDOW_VARIANT_NORMAL)
:param `variant`:
:type `variant`: wx.WindowVariant
:rtype: `VisualAttributes`
.. method:: SetActiveChild(self, pChildFrame : AuiMDIChildFrame)
:param `pChildFrame`:
:type `pChildFrame`: wx.aui.AuiMDIChildFrame
:rtype: `None`
.. method:: SetSelection(self, new_page : int)
Sets the page selection.
Calling this method will generate a page change event.
:param `new_page`:
:type `new_page`: int
:rtype: `int`
.. attribute:: ActiveChild
See :meth:`~wx.aui.AuiMDIClientWindow.GetActiveChild` and :meth:`~wx.aui.AuiMDIClientWindow.SetActiveChild`