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

Inheritance diagram for class GTKComboTreeBox:

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.