.. 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() AuiMDIClientWindow(parent, style=0) .. method:: __init__(self, *args, **kw) |overload| Overloaded Implementations: :html:`

` **__init__** `(self)` :html:`

` **__init__** `(self, parent, style=0)` :param `parent`: :type `parent`: wx.aui.AuiMDIParentFrame :param `style`: :type `style`: long :html:`

` .. method:: CreateClient(self, parent, style=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=WINDOW_VARIANT_NORMAL) :param `variant`: :type `variant`: wx.WindowVariant :rtype: `VisualAttributes` .. method:: SetActiveChild(self, pChildFrame) :param `pChildFrame`: :type `pChildFrame`: wx.aui.AuiMDIChildFrame .. method:: SetSelection(self, new_page) 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`