.. 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.GTKComboTreeBox: ========================================================================================================================================== |phoenix_title| **wx.lib.combotreebox.GTKComboTreeBox** ========================================================================================================================================== The ComboTreeBox widget for wxGTK. This is actually a work around because on wxGTK, there doesn't seem to be a way to intercept mouse events sent to the Combobox. Intercepting those events is necessary to prevent the Combobox from popping up the list and pop up the tree instead. So, until wxPython makes intercepting those events possible we build a poor man's Combobox ourselves using a TextCtrl and a BitmapButton. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class GTKComboTreeBox:
| |super_classes| Known Superclasses ================================== :class:`wx.Panel`, :class:`wx.lib.combotreebox.BaseComboTreeBox` | |api| Class API =============== .. class:: GTKComboTreeBox(BaseComboTreeBox, wx.Panel) The ComboTreeBox widget for wxGTK. This is actually a work around because on wxGTK, there doesn't seem to be a way to intercept mouse events sent to the Combobox. Intercepting those events is necessary to prevent the Combobox from popping up the list and pop up the tree instead. So, until wxPython makes intercepting those events possible we build a poor man's Combobox ourselves using a TextCtrl and a BitmapButton.