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() -> 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

Methods

__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self)

Return type:

None



__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)

Parameters:
  • parent (wx.Window) –

  • winid (wx.WindowID) –

  • title (string) –

  • pos (wx.Point) –

  • size (wx.Size) –

  • style (long) –

  • name (string) –

Return type:

None





ActivateNext(self)
Return type:

None



ActivatePrevious(self)
Return type:

None



ArrangeIcons(self)
Return type:

None



Cascade(self)
Return type:

None



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)
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: WindowVariant=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 : AuiMDIChildFrame)
Parameters:

pChildFrame (wx.aui.AuiMDIChildFrame) –

Return type:

None



SetArtProvider(self, provider : AuiTabArt)
Parameters:

provider (wx.aui.AuiTabArt) –

Return type:

None



SetChildMenuBar(self, pChild : AuiMDIChildFrame)
Parameters:

pChild (wx.aui.AuiMDIChildFrame) –

Return type:

None



SetMenuBar(self, menuBar : MenuBar)

Tells the frame to show the given menu bar.

Parameters:

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

Return type:

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



SetWindowMenu(self, pMenu : Menu)
Parameters:

pMenu (wx.Menu) –

Return type:

None



Tile(self, orient: Orientation=HORIZONTAL)
Parameters:

orient (Orientation) –

Return type:

None


Properties

ActiveChild

See GetActiveChild and SetActiveChild



ArtProvider

See GetArtProvider and SetArtProvider



ClientWindow

See GetClientWindow



Notebook

See GetNotebook



WindowMenu

See GetWindowMenu and SetWindowMenu