.. 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.agw.aui.tabmdi
.. highlight:: python
.. _wx.lib.agw.aui.tabmdi.AuiMDIParentFrame:
==========================================================================================================================================
|phoenix_title| **wx.lib.agw.aui.tabmdi.AuiMDIParentFrame**
==========================================================================================================================================
Frame() -> None
Frame(parent : Window, id: int=ID_ANY, title: str='', pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=DEFAULT_FRAME_STYLE, name: str=FrameNameStr) -> None
A frame is a window whose size and position can (usually) be changed
by the user.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
AuiMDIParentFrame:
|
|super_classes| Known Superclasses
==================================
:class:`wx.Frame`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.ActivateNext`
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.ActivatePrevious`
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.AddWindowMenu`
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.DoHandleMenu`
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.GetActiveChild`
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.GetArtProvider`
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.GetClientWindow`
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.GetNotebook`
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.GetWindowMenu`
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.Init`
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.OnCreateClient`
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.ProcessEvent` ProcessEvent(self, event: Event) -> bool
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.RemoveWindowMenu`
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.SetActiveChild`
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.SetArtProvider`
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.SetChildMenuBar`
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.SetMenuBar` SetMenuBar(menuBar : MenuBar) -> None
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.SetWindowMenu`
:meth:`~wx.lib.agw.aui.tabmdi.AuiMDIParentFrame.Tile`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: AuiMDIParentFrame(wx.Frame)
Frame() -> None
Frame(parent : Window, id: int=ID_ANY, title: str='', pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=DEFAULT_FRAME_STYLE, name: str=FrameNameStr) -> None
A frame is a window whose size and position can (usually) be changed
by the user.
.. method:: __init__(self, parent, id=wx.ID_ANY, title="", pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.DEFAULT_FRAME_STYLE|wx.VSCROLL|wx.HSCROLL, name="AuiMDIParentFrame")
Initialize self. See help(type(self)) for accurate signature.
.. method:: ActivateNext(self)
.. method:: ActivatePrevious(self)
.. method:: AddWindowMenu(self, pMenuBar)
.. method:: DoHandleMenu(self, event)
.. method:: GetActiveChild(self)
.. method:: GetArtProvider(self)
.. method:: GetClientWindow(self)
.. method:: GetNotebook(self)
.. method:: GetWindowMenu(self)
.. method:: Init(self)
.. method:: OnCreateClient(self)
.. method:: ProcessEvent(self, event)
ProcessEvent(self, event: Event) -> bool
.. method:: RemoveWindowMenu(self, pMenuBar)
.. method:: SetActiveChild(self, pChildFrame)
.. method:: SetArtProvider(self, provider)
.. method:: SetChildMenuBar(self, pChild)
.. method:: SetMenuBar(self, pMenuBar)
SetMenuBar(menuBar : MenuBar) -> None
Tells the frame to show the given menu bar.
.. method:: SetWindowMenu(self, pMenu)
.. method:: Tile(self, orient=wx.HORIZONTAL)