.. include:: headings.inc .. currentmodule:: lib.popupctl .. highlight:: python .. _lib.popupctl.PopupControl: ========================================================================================================================================== |phoenix_title| **PopupControl** ========================================================================================================================================== | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **PopupControl** .. raw:: html

Inheritance diagram of PopupControl

| |super_classes| Known Superclasses ================================== :class:`PyControl` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.popupctl.PopupControl.__init__` :meth:`~lib.popupctl.PopupControl.DoGetBestSize` :meth:`~lib.popupctl.PopupControl.Enable` :meth:`~lib.popupctl.PopupControl.FormatContent` :meth:`~lib.popupctl.PopupControl.GetFont` :meth:`~lib.popupctl.PopupControl.GetValue` :meth:`~lib.popupctl.PopupControl.OnButton` :meth:`~lib.popupctl.PopupControl.OnFocus` :meth:`~lib.popupctl.PopupControl.OnSize` :meth:`~lib.popupctl.PopupControl.PopDown` :meth:`~lib.popupctl.PopupControl.SetFont` :meth:`~lib.popupctl.PopupControl.SetPopupContent` :meth:`~lib.popupctl.PopupControl.SetValue` ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~lib.popupctl.PopupControl.buttonWidth` :attr:`~lib.popupctl.PopupControl.marginWidth` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: PopupControl(PyControl) .. 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)