.. 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.combotreebox .. highlight:: python .. _wx.lib.combotreebox.NativeComboTreeBox: ========================================================================================================================================== |phoenix_title| **wx.lib.combotreebox.NativeComboTreeBox** ========================================================================================================================================== NativeComboTreeBox, and any subclass, uses the native ComboBox as basis, but prevent it from popping up its drop down list and instead pops up a PopupFrame containing a tree of items. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class NativeComboTreeBox:
| |sub_classes| Known Subclasses ============================== :class:`wx.lib.combotreebox.MSWComboTreeBox` | |super_classes| Known Superclasses ================================== :class:`wx.ComboBox`, :class:`wx.lib.combotreebox.BaseComboTreeBox` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.combotreebox.NativeComboTreeBox.OnChar` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: NativeComboTreeBox(BaseComboTreeBox, wx.ComboBox) NativeComboTreeBox, and any subclass, uses the native ComboBox as basis, but prevent it from popping up its drop down list and instead pops up a PopupFrame containing a tree of items. .. method:: OnChar(self, event)