Window() Window(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, name=PanelNameStr)
wxWindow is the base class for all windows and represents any visible object on screen.
Initialize self. See help(type(self)) for accurate signature. |
|
MultiCloser
(wx.Window)¶Window() Window(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, name=PanelNameStr)
wxWindow is the base class for all windows and represents any visible object on screen.
__init__
(self, parent)¶Initialize self. See help(type(self)) for accurate signature.
CalcSizePos
(self, parent)¶OnEnter
(self, evt)¶OnLeave
(self, evt)¶OnPaint
(self, evt)¶OnPress
(self, evt)¶OnRelease
(self, evt)¶OnSize
(self, evt)¶