ANN: ComboTreeBox v0.2

Hi,

ComboTreeBox is a ComboBox that pops up a tree to pick an item from, instead of a list.

There is some good news and some bad news with v0.2. The good news is that ComboTreeBox now works on both wxMSW and wxMAC. The bad news is that I haven't been able to get it working on wxGTK (i.e. Linux). I guess the only option left to get it working on Linux will to fake the Combobox, using a TextCtrl and a dropdown button to the right of it. But that remains to be done.

You can run the unittests like this: python ComboTreeBox.py test
You can run the demo like this: python ComboTreeBox.py demo

Cheers, Frank

ComboTreeBox.py (13.1 KB)