.. include:: headings.inc .. currentmodule:: lib.combotreebox .. highlight:: python .. _lib.combotreebox.NativeComboTreeBox: ========================================================================================================================================== |phoenix_title| **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| Inheritance Diagram ===================================== Inheritance diagram for class **NativeComboTreeBox** .. raw:: html

Inheritance diagram of NativeComboTreeBox

| |sub_classes| Known Subclasses ============================== :class:`lib.combotreebox.MACComboTreeBox`, :class:`lib.combotreebox.MSWComboTreeBox` | |super_classes| Known Superclasses ================================== :class:`ComboBox`, :class:`lib.combotreebox.BaseComboTreeBox` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.combotreebox.NativeComboTreeBox.OnChar` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: NativeComboTreeBox(BaseComboTreeBox, 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)