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.
Initialize self. See help(type(self)) for accurate signature. |
MessagePanel
(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.
__init__
(self, parent, message, caption='', flags=0)¶Initialize self. See help(type(self)) for accurate signature.