.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.popupctl .. highlight:: python .. _wx.lib.popupctl.PopButton: ========================================================================================================================================== |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 ================================= .. raw:: html
Inheritance diagram for class PopButton:
| |super_classes| Known Superclasses ================================== :class:`wx.Control` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.popupctl.PopButton.__init__` Initialize self. See help(type(self)) for accurate signature. :meth:`~wx.lib.popupctl.PopButton.Notify` :meth:`~wx.lib.popupctl.PopButton.OnEraseBackground` :meth:`~wx.lib.popupctl.PopButton.OnLeftDown` :meth:`~wx.lib.popupctl.PopButton.OnLeftUp` :meth:`~wx.lib.popupctl.PopButton.OnMotion` :meth:`~wx.lib.popupctl.PopButton.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". .. method:: __init__(self,\*_args,\*\*_kwargs) Initialize self. See help(type(self)) for accurate signature. .. method:: Notify(self) .. method:: OnEraseBackground(self, event) .. method:: OnLeftDown(self, event) .. method:: OnLeftUp(self, event) .. method:: OnMotion(self, event) .. method:: OnPaint(self, event)