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

Inheritance diagram for class
AuiMDIParentFrame:
|
|appearance| Control Appearance
===============================
|
.. container:: control-appearance-figures
.. figure:: _static/images/widgets/fullsize/wxmsw/wx.aui.auimdiparentframe.png
:alt: wxMSW
:figclass: appearance-figure
**wxMSW**
.. figure:: _static/images/widgets/fullsize/wxmac/../no_appearance.png
:alt: wxMAC
:figclass: appearance-figure
**wxMAC**
.. figure:: _static/images/widgets/fullsize/wxgtk/wx.aui.auimdiparentframe.png
:alt: wxGTK
:figclass: appearance-figure
**wxGTK**
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.aui.AuiMDIParentFrame.__init__`
:meth:`~wx.aui.AuiMDIParentFrame.ActivateNext`
:meth:`~wx.aui.AuiMDIParentFrame.ActivatePrevious`
:meth:`~wx.aui.AuiMDIParentFrame.ArrangeIcons`
:meth:`~wx.aui.AuiMDIParentFrame.Cascade`
:meth:`~wx.aui.AuiMDIParentFrame.Create`
:meth:`~wx.aui.AuiMDIParentFrame.GetActiveChild`
:meth:`~wx.aui.AuiMDIParentFrame.GetArtProvider`
:meth:`~wx.aui.AuiMDIParentFrame.GetClassDefaultAttributes`
:meth:`~wx.aui.AuiMDIParentFrame.GetClientWindow`
:meth:`~wx.aui.AuiMDIParentFrame.GetNotebook`
:meth:`~wx.aui.AuiMDIParentFrame.GetWindowMenu`
:meth:`~wx.aui.AuiMDIParentFrame.OnCreateClient`
:meth:`~wx.aui.AuiMDIParentFrame.SetActiveChild`
:meth:`~wx.aui.AuiMDIParentFrame.SetArtProvider`
:meth:`~wx.aui.AuiMDIParentFrame.SetChildMenuBar`
:meth:`~wx.aui.AuiMDIParentFrame.SetMenuBar` Tells the frame to show the given menu bar.
:meth:`~wx.aui.AuiMDIParentFrame.SetWindowMenu`
:meth:`~wx.aui.AuiMDIParentFrame.Tile`
================================================================================ ================================================================================
|
|property_summary| Properties Summary
=====================================
================================================================================ ================================================================================
:attr:`~wx.aui.AuiMDIParentFrame.ActiveChild` See :meth:`~wx.aui.AuiMDIParentFrame.GetActiveChild` and :meth:`~wx.aui.AuiMDIParentFrame.SetActiveChild`
:attr:`~wx.aui.AuiMDIParentFrame.ArtProvider` See :meth:`~wx.aui.AuiMDIParentFrame.GetArtProvider` and :meth:`~wx.aui.AuiMDIParentFrame.SetArtProvider`
:attr:`~wx.aui.AuiMDIParentFrame.ClientWindow` See :meth:`~wx.aui.AuiMDIParentFrame.GetClientWindow`
:attr:`~wx.aui.AuiMDIParentFrame.Notebook` See :meth:`~wx.aui.AuiMDIParentFrame.GetNotebook`
:attr:`~wx.aui.AuiMDIParentFrame.WindowMenu` See :meth:`~wx.aui.AuiMDIParentFrame.GetWindowMenu` and :meth:`~wx.aui.AuiMDIParentFrame.SetWindowMenu`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: wx.aui.AuiMDIParentFrame(Frame)
**Possible constructors**::
AuiMDIParentFrame() -> None
AuiMDIParentFrame(parent : Window, winid: int=ID_ANY, title: str='',
pos: Point=DefaultPosition, size: Size=DefaultSize, style:
int=DEFAULT_FRAME_STYLE|VSCROLL|HSCROLL, name: str=FrameNameStr) -> None
.. method:: __init__(self, *args, **kw)
|overload| **Overloaded Implementations:**
:html:`
`
**__init__** `(self)`
:rtype: `None`
:html:`
`
**__init__** `(self, parent : Window, winid: int=ID_ANY, title: str='', pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=DEFAULT_FRAME_STYLE|VSCROLL|HSCROLL, name: str=FrameNameStr)`
:param `parent`:
:type `parent`: wx.Window
:param `winid`:
:type `winid`: wx.WindowID
:param `title`:
:type `title`: string
:param `pos`:
:type `pos`: wx.Point
:param `size`:
:type `size`: wx.Size
:param `style`:
:type `style`: long
:param `name`:
:type `name`: string
:rtype: `None`
:html:`
`
.. method:: ActivateNext(self)
:rtype: `None`
.. method:: ActivatePrevious(self)
:rtype: `None`
.. method:: ArrangeIcons(self)
:rtype: `None`
.. method:: Cascade(self)
:rtype: `None`
.. method:: Create(self, parent : Window, winid: int=ID_ANY, title: str='', pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=DEFAULT_FRAME_STYLE|VSCROLL|HSCROLL, name: str=FrameNameStr)
:param `parent`:
:type `parent`: wx.Window
:param `winid`:
:type `winid`: wx.WindowID
:param `title`:
:type `title`: string
:param `pos`:
:type `pos`: wx.Point
:param `size`:
:type `size`: wx.Size
:param `style`:
:type `style`: long
:param `name`:
:type `name`: string
:rtype: `bool`
.. method:: GetActiveChild(self)
:rtype: :ref:`wx.aui.AuiMDIChildFrame`
.. method:: GetArtProvider(self)
:rtype: :ref:`wx.aui.AuiTabArt`
.. staticmethod:: GetClassDefaultAttributes(variant: WindowVariant=WINDOW_VARIANT_NORMAL)
:param `variant`:
:type `variant`: wx.WindowVariant
:rtype: `VisualAttributes`
.. method:: GetClientWindow(self)
:rtype: :ref:`wx.aui.AuiMDIClientWindow`
.. method:: GetNotebook(self)
:rtype: :ref:`wx.aui.AuiNotebook`
.. method:: GetWindowMenu(self)
:rtype: `Menu`
.. method:: OnCreateClient(self)
:rtype: :ref:`wx.aui.AuiMDIClientWindow`
.. method:: SetActiveChild(self, pChildFrame : AuiMDIChildFrame)
:param `pChildFrame`:
:type `pChildFrame`: wx.aui.AuiMDIChildFrame
:rtype: `None`
.. method:: SetArtProvider(self, provider : AuiTabArt)
:param `provider`:
:type `provider`: wx.aui.AuiTabArt
:rtype: `None`
.. method:: SetChildMenuBar(self, pChild : AuiMDIChildFrame)
:param `pChild`:
:type `pChild`: wx.aui.AuiMDIChildFrame
:rtype: `None`
.. method:: SetMenuBar(self, menuBar : MenuBar)
Tells the frame to show the given menu bar.
:param `menuBar`: The menu bar to associate with the frame.
:type `menuBar`: wx.MenuBar
:rtype: `None`
.. note::
If the frame is destroyed, the menu bar and its menus will be destroyed also, so do not delete the menu bar explicitly (except by resetting the frame's menu bar to another frame or ``None``). Under Windows, a size event is generated, so be sure to initialize data members properly before calling :meth:`SetMenuBar` . Note that on some platforms, it is not possible to call this function twice for the same frame object.
.. seealso:: :meth:`~wx.Frame.GetMenuBar` , :ref:`wx.MenuBar`, :ref:`wx.Menu`.
.. method:: SetWindowMenu(self, pMenu : Menu)
:param `pMenu`:
:type `pMenu`: wx.Menu
:rtype: `None`
.. method:: Tile(self, orient: Orientation=HORIZONTAL)
:param `orient`:
:type `orient`: wx.Orientation
:rtype: `None`
.. attribute:: ActiveChild
See :meth:`~wx.aui.AuiMDIParentFrame.GetActiveChild` and :meth:`~wx.aui.AuiMDIParentFrame.SetActiveChild`
.. attribute:: ArtProvider
See :meth:`~wx.aui.AuiMDIParentFrame.GetArtProvider` and :meth:`~wx.aui.AuiMDIParentFrame.SetArtProvider`
.. attribute:: ClientWindow
See :meth:`~wx.aui.AuiMDIParentFrame.GetClientWindow`
.. attribute:: Notebook
See :meth:`~wx.aui.AuiMDIParentFrame.GetNotebook`
.. attribute:: WindowMenu
See :meth:`~wx.aui.AuiMDIParentFrame.GetWindowMenu` and :meth:`~wx.aui.AuiMDIParentFrame.SetWindowMenu`