.. 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 =============================== | .. figure:: _static/images/widgets/fullsize/wxmsw/wx.aui.auimdiparentframe.png :alt: wxMSW :figclass: floatleft **wxMSW** .. figure:: _static/images/widgets/fullsize/wxmac/../no_appearance.png :alt: wxMAC :figclass: floatright **wxMAC** .. figure:: _static/images/widgets/fullsize/wxgtk/wx.aui.auimdiparentframe.png :alt: wxGTK :figclass: floatcenter **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() AuiMDIParentFrame(parent, winid=ID_ANY, title="", pos=DefaultPosition, size=DefaultSize, style=DEFAULT_FRAME_STYLE|VSCROLL|HSCROLL, name=FrameNameStr) .. method:: __init__(self, *args, **kw) |overload| Overloaded Implementations: :html:`

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

` **__init__** `(self, parent, winid=ID_ANY, title="", pos=DefaultPosition, size=DefaultSize, style=DEFAULT_FRAME_STYLE|VSCROLL|HSCROLL, name=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 :html:`

` .. method:: ActivateNext(self) .. method:: ActivatePrevious(self) .. method:: ArrangeIcons(self) .. method:: Cascade(self) .. method:: Create(self, parent, winid=ID_ANY, title="", pos=DefaultPosition, size=DefaultSize, style=DEFAULT_FRAME_STYLE|VSCROLL|HSCROLL, name=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=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) :param `pChildFrame`: :type `pChildFrame`: wx.aui.AuiMDIChildFrame .. method:: SetArtProvider(self, provider) :param `provider`: :type `provider`: wx.aui.AuiTabArt .. method:: SetChildMenuBar(self, pChild) :param `pChild`: :type `pChild`: wx.aui.AuiMDIChildFrame .. method:: SetMenuBar(self, menuBar) Tells the frame to show the given menu bar. :param `menuBar`: The menu bar to associate with the frame. :type `menuBar`: wx.MenuBar .. 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) :param `pMenu`: :type `pMenu`: wx.Menu .. method:: Tile(self, orient=HORIZONTAL) :param `orient`: :type `orient`: wx.Orientation .. 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`