wx.lib.popupctl.PopButton¶
Control(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, validator=DefaultValidator, name=ControlNameStr) -> None Control() -> None
This is the base class for a control or “widget”.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
|
Class API¶
- class PopButton(wx.Control)¶
Control(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, validator=DefaultValidator, name=ControlNameStr) -> None Control() -> None
This is the base class for a control or “widget”.
Methods¶
- __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)¶