phoenix_title wx.lib.popupctl.PopButton

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


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, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0, validator=DefaultValidator, name=ControlNameStr) Control()

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)