.. 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.combotreebox .. highlight:: python .. _wx.lib.combotreebox.BasePopupFrame: ========================================================================================================================================== |phoenix_title| **wx.lib.combotreebox.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| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class BasePopupFrame:

| |sub_classes| Known Subclasses ============================== :class:`wx.lib.combotreebox.GTKPopupFrame`, :class:`wx.lib.combotreebox.MACPopupFrame`, :class:`wx.lib.combotreebox.MSWPopupFrame` | |super_classes| Known Superclasses ================================== :class:`wx.Frame` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.combotreebox.BasePopupFrame.__init__` :meth:`~wx.lib.combotreebox.BasePopupFrame.GetTree` :meth:`~wx.lib.combotreebox.BasePopupFrame.Hide` :meth:`~wx.lib.combotreebox.BasePopupFrame.OnChar` :meth:`~wx.lib.combotreebox.BasePopupFrame.OnItemActivated` :meth:`~wx.lib.combotreebox.BasePopupFrame.OnKillFocus` :meth:`~wx.lib.combotreebox.BasePopupFrame.OnMouseClick` :meth:`~wx.lib.combotreebox.BasePopupFrame.Show` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: BasePopupFrame(wx.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)