.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2017 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.popupctl .. highlight:: python .. _wx.lib.popupctl.PopupControl: ========================================================================================================================================== |phoenix_title| **wx.lib.popupctl.PopupControl** ========================================================================================================================================== | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class PopupControl:

| |super_classes| Known Superclasses ================================== :class:`wx.Control` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.popupctl.PopupControl.__init__` :meth:`~wx.lib.popupctl.PopupControl.DoGetBestSize` :meth:`~wx.lib.popupctl.PopupControl.Enable` :meth:`~wx.lib.popupctl.PopupControl.FormatContent` :meth:`~wx.lib.popupctl.PopupControl.GetFont` :meth:`~wx.lib.popupctl.PopupControl.GetValue` :meth:`~wx.lib.popupctl.PopupControl.OnButton` :meth:`~wx.lib.popupctl.PopupControl.OnFocus` :meth:`~wx.lib.popupctl.PopupControl.OnSize` :meth:`~wx.lib.popupctl.PopupControl.PopDown` :meth:`~wx.lib.popupctl.PopupControl.SetFont` :meth:`~wx.lib.popupctl.PopupControl.SetPopupContent` :meth:`~wx.lib.popupctl.PopupControl.SetValue` ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~wx.lib.popupctl.PopupControl.buttonWidth` :attr:`~wx.lib.popupctl.PopupControl.marginWidth` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: PopupControl(wx.Control) .. method:: __init__(self,\*_args,\*\*_kwargs) .. method:: DoGetBestSize(self) .. method:: Enable(self, flag) .. method:: FormatContent(self) .. method:: GetFont(self) .. method:: GetValue(self) .. method:: OnButton(self, evt) .. method:: OnFocus(self,evt) .. method:: OnSize(self, evt) .. method:: PopDown(self) .. method:: SetFont(self, font) .. method:: SetPopupContent(self, content) .. method:: SetValue(self, value)