.. include:: headings.inc .. currentmodule:: lib.combotreebox .. highlight:: python .. _lib.combotreebox.BasePopupFrame: ========================================================================================================================================== |phoenix_title| **BasePopupFrame** ========================================================================================================================================== BasePopupFrame is the base class for platform specific versions of the PopupFrame. The PopupFrame is the frame that is popped up by ComboTreeBox. It contains the tree of items that the user can select one item from. Upon selection, or when focus is lost, the frame is hidden. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **BasePopupFrame** .. raw:: html

Inheritance diagram of BasePopupFrame

| |sub_classes| Known Subclasses ============================== :class:`lib.combotreebox.GTKPopupFrame`, :class:`lib.combotreebox.MACPopupFrame`, :class:`lib.combotreebox.MSWPopupFrame` | |super_classes| Known Superclasses ================================== :class:`Frame` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.combotreebox.BasePopupFrame.__init__` :meth:`~lib.combotreebox.BasePopupFrame.GetTree` :meth:`~lib.combotreebox.BasePopupFrame.Hide` :meth:`~lib.combotreebox.BasePopupFrame.OnChar` :meth:`~lib.combotreebox.BasePopupFrame.OnItemActivated` :meth:`~lib.combotreebox.BasePopupFrame.OnKillFocus` :meth:`~lib.combotreebox.BasePopupFrame.OnMouseClick` :meth:`~lib.combotreebox.BasePopupFrame.Show` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: BasePopupFrame(Frame) BasePopupFrame is the base class for platform specific versions of the PopupFrame. The PopupFrame is the frame that is popped up by ComboTreeBox. It contains the tree of items that the user can select one item from. Upon selection, or when focus is lost, the frame is hidden. .. method:: __init__(self, parent) .. method:: GetTree(self) .. method:: Hide(self) .. method:: OnChar(self, keyEvent) .. method:: OnItemActivated(self, event) .. method:: OnKillFocus(self, event) .. method:: OnMouseClick(self, event) .. method:: Show(self)