Control(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=0, validator: Validator=DefaultValidator, name: str=ControlNameStr) -> None Control() -> None
This is the base class for a control or “widget”.
Initialize self. See help(type(self)) for accurate signature. |
|
PopButton
(wx.Control)¶Control(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=0, validator: Validator=DefaultValidator, name: str=ControlNameStr) -> None Control() -> None
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)¶