Control(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, validator=DefaultValidator, name=ControlNameStr) Control()
This is the base class for a control or “widget”.
Initialize self. See help(type(self)) for accurate signature. |
|
PopButton
(wx.Control)¶Control(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, validator=DefaultValidator, name=ControlNameStr) Control()
This is the base class for a control or “widget”.
__init__
(self, *_args, **_kwargs)¶Initialize self. See help(type(self)) for accurate signature.
Notify
(self)¶OnEraseBackground
(self, event)¶OnLeftDown
(self, event)¶OnLeftUp
(self, event)¶OnMotion
(self, event)¶OnPaint
(self, event)¶