wx.lib.agw.aui.tabmdi.AuiMDIChildFrame
Panel() -> None
Panel(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=TAB_TRAVERSAL, name: str=PanelNameStr) -> None
A panel is a window on which controls are placed.
Class Hierarchy

Inheritance diagram for class
AuiMDIChildFrame:
Methods Summary
Class API
-
class AuiMDIChildFrame(wx.Panel)
Panel() -> None
Panel(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=TAB_TRAVERSAL, name: str=PanelNameStr) -> None
A panel is a window on which controls are placed.
Methods
-
__init__(self, parent, id=wx.ID_ANY, title='', pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.DEFAULT_FRAME_STYLE, name='AuiMDIChildFrame')
Initialize self. See help(type(self)) for accurate signature.
-
Activate(self)
-
ActivateOnCreate(self, activate_on_create)
-
ApplyMDIChildFrameRect(self)
-
CreateStatusBar(self, number=1, style=1, winid=1, name='')
-
CreateToolBar(self, style=1, winid=-1, name='')
-
Destroy(self)
Destroy(self) -> bool
-
GetIcon(self)
-
GetIcons(self)
-
GetMDIParentFrame(self)
-
GetStatusBar(self)
-
GetTitle(self)
-
GetToolBar(self)
-
Iconize(self, iconize=True)
-
Init(self)
-
IsFullScreen(self)
-
IsIconized(self)
-
IsMaximized(self)
-
IsTopLevel(self)
IsTopLevel() -> bool
Returns true if the given window is a top-level one.
-
Maximize(self, maximize=True)
-
OnActivate(self, event)
-
OnCloseWindow(self, event)
-
Restore(self)
-
SetIcon(self, icon)
-
SetIcons(self, icons)
-
SetMDIParentFrame(self, parentFrame)
-
SetStatusText(self, text, number=0)
-
SetStatusWidths(self, widths_field)
-
SetTitle(self, title)
-
Show(self, show=True)
Show(show: bool=True) -> bool
Shows or hides the window.
-
ShowFullScreen(self, show=True, style=0)