Table Of Contents

Previous topic

BasePopupFrame

Next topic

GTKPopupFrame

This Page

phoenix_title 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 Inheritance Diagram

Inheritance diagram for class GTKComboTreeBox

Inheritance diagram of GTKComboTreeBox


api Class API



class GTKComboTreeBox(BaseComboTreeBox, 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.