ANN: ComboTreeBox v0.4

* News

Version 0.4 adds support for the wx.CB_SORT style and for adding client data to items.

* 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 (24.1 KB)