phoenix_title wx.lib.popupctl.PopButton

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”.


class_hierarchy Class Hierarchy

Inheritance diagram for class PopButton:

super_classes Known Superclasses

wx.Control


method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.

Notify

OnEraseBackground

OnLeftDown

OnLeftUp

OnMotion

OnPaint


api Class API

class 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”.


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)