
wx.lib.agw.aui.tabmdi.AuiMDIChildFrame¶Panel() -> None Panel(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=TAB_TRAVERSAL, name=PanelNameStr) -> None
A panel is a window on which controls are placed.
Class Hierarchy¶
Inheritance diagram for class AuiMDIChildFrame:
Known Superclasses¶
Methods Summary¶Initialize self. See help(type(self)) for accurate signature. |
|
Destroy(self) -> bool |
|
IsTopLevel() -> bool |
|
Show(show=True) -> bool |
|
Class API¶Panel() -> None Panel(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=TAB_TRAVERSAL, name=PanelNameStr) -> None
A panel is a window on which controls are placed.
Initialize self. See help(type(self)) for accurate signature.
Destroy(self) -> bool
IsTopLevel() -> bool
Returns true if the given window is a top-level one.
Show(show=True) -> bool
Shows or hides the window.