Window() -> None Window(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=0, name: str=PanelNameStr) -> None
wxWindow is the base class for all windows and represents any visible object on screen.
Initialize self. See help(type(self)) for accurate signature. |
|
MultiSizer
(wx.Window)¶Window() -> None Window(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=0, name: str=PanelNameStr) -> None
wxWindow is the base class for all windows and represents any visible object on screen.
__init__
(self, parent, side)¶Initialize self. See help(type(self)) for accurate signature.
CalcSizePos
(self, parent)¶OnEnter
(self, evt)¶OnLeave
(self, evt)¶OnMouseMove
(self, evt)¶OnPress
(self, evt)¶OnRelease
(self, evt)¶OnSize
(self, evt)¶