phoenix_title wx.aui.AuiMDIParentFrame


class_hierarchy Class Hierarchy

Inheritance diagram for class AuiMDIParentFrame:

appearance Control Appearance


wxMSW

wxMSW

wxMAC

wxMAC

wxGTK

wxGTK


method_summary Methods Summary

__init__

ActivateNext

ActivatePrevious

ArrangeIcons

Cascade

Create

GetActiveChild

GetArtProvider

GetClassDefaultAttributes

GetClientWindow

GetNotebook

GetWindowMenu

OnCreateClient

SetActiveChild

SetArtProvider

SetChildMenuBar

SetMenuBar

Tells the frame to show the given menu bar.

SetWindowMenu

Tile


property_summary Properties Summary

ActiveChild

See GetActiveChild and SetActiveChild

ArtProvider

See GetArtProvider and SetArtProvider

ClientWindow

See GetClientWindow

Notebook

See GetNotebook

WindowMenu

See GetWindowMenu and 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)
__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self)



__init__ (self, parent, winid=ID_ANY, title=””, pos=DefaultPosition, size=DefaultSize, style=DEFAULT_FRAME_STYLE|VSCROLL|HSCROLL, name=FrameNameStr)

Parameters
  • parent (wx.Window) –

  • winid (wx.WindowID) –

  • title (string) –

  • pos (wx.Point) –

  • size (wx.Size) –

  • style (long) –

  • name (string) –



ActivateNext(self)
ActivatePrevious(self)
ArrangeIcons(self)
Cascade(self)
Create(self, parent, winid=ID_ANY, title='', pos=DefaultPosition, size=DefaultSize, style=DEFAULT_FRAME_STYLE | VSCROLL | HSCROLL, name=FrameNameStr)
Parameters
  • parent (wx.Window) –

  • winid (wx.WindowID) –

  • title (string) –

  • pos (wx.Point) –

  • size (wx.Size) –

  • style (long) –

  • name (string) –

Return type

bool

GetActiveChild(self)
Return type

wx.aui.AuiMDIChildFrame

GetArtProvider(self)
Return type

wx.aui.AuiTabArt

static GetClassDefaultAttributes(variant=WINDOW_VARIANT_NORMAL)
Parameters

variant (WindowVariant) –

Return type

VisualAttributes

GetClientWindow(self)
Return type

wx.aui.AuiMDIClientWindow

GetNotebook(self)
Return type

wx.aui.AuiNotebook

GetWindowMenu(self)
Return type

Menu

OnCreateClient(self)
Return type

wx.aui.AuiMDIClientWindow

SetActiveChild(self, pChildFrame)
Parameters

pChildFrame (wx.aui.AuiMDIChildFrame) –

SetArtProvider(self, provider)
Parameters

provider (wx.aui.AuiTabArt) –

SetChildMenuBar(self, pChild)
Parameters

pChild (wx.aui.AuiMDIChildFrame) –

SetMenuBar(self, menuBar)

Tells the frame to show the given menu bar.

Parameters

menuBar (wx.MenuBar) – The menu bar to associate with the frame.

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 SetMenuBar . Note that on some platforms, it is not possible to call this function twice for the same frame object.

SetWindowMenu(self, pMenu)
Parameters

pMenu (wx.Menu) –

Tile(self, orient=HORIZONTAL)
Parameters

orient (Orientation) –

ActiveChild

See GetActiveChild and SetActiveChild

ArtProvider

See GetArtProvider and SetArtProvider

ClientWindow

See GetClientWindow

Notebook

See GetNotebook

WindowMenu

See GetWindowMenu and SetWindowMenu