ANN: ComboTreeBox v0.3

* News

Version 0.3 now works on all three major platforms: wxMSW, wxMAC, and wxGTK. On wxMSW and wxMAC the native Combobox is used, on wxGTK a home brew Combobox is used.

I will start using the ComboTreeBox widget in Task Coach. I hope others will find use for it too.

* About ComboTreeBox

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

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)

Frank Niessink:

* News

Version 0.3 now works on all three major platforms: wxMSW, wxMAC, and wxGTK. On wxMSW and wxMAC the native Combobox is used, on wxGTK a home brew Combobox is used.

Oops, ignore the previous e-mail. I attached the wrong version.

Sorry, Frank