Phoenix Logo

phoenix_title wx.lib.agw.aui.tabmdi.AuiMDIChildFrame


class_hierarchy Class Hierarchy

Inheritance diagram for class AuiMDIChildFrame:

super_classes Known Superclasses

wx.Panel


api Class API



class AuiMDIChildFrame(wx.Panel)

Methods



__init__(self, parent, id=wx.ID_ANY, title="", pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.DEFAULT_FRAME_STYLE, name="AuiMDIChildFrame")


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)


GetIcon(self)


GetIcons(self)


GetMDIParentFrame(self)


GetMenuBar(self)


GetStatusBar(self)


GetTitle(self)


GetToolBar(self)


Iconize(self, iconize=True)


Init(self)


IsFullScreen(self)


IsIconized(self)


IsMaximized(self)


IsTopLevel(self)


Maximize(self, maximize=True)


OnActivate(self, event)


OnCloseWindow(self, event)


OnMenuHighlight(self, event)


Restore(self)


SetIcon(self, icon)


SetIcons(self, icons)


SetMDIParentFrame(self, parentFrame)


SetMenuBar(self, menu_bar)


SetStatusText(self, text, number=0)


SetStatusWidths(self, widths_field)


SetTitle(self, title)


Show(self, show=True)


ShowFullScreen(self, show=True, style=0)