After getting an application running with the SplitTree control, its
shortcomings are now becomming apparent and I am motivated to try and get
wxTreeListCtrl usable from wxPython. I'm am notifying people here just in
case someone has already done some work in this area, or in case someone
wants to offer to help a relative newbie out.
Some caveats
1) It looks as if wxTreeListCtrl is based on older versions of the generic
tree and list controls, although it still seems to work fine when compiled
with wxPython 2.4.0.2. I don't plan to update the code to parallel the
changes made to the tree and list controls (except for the fix that deals
with the small limit on the number of items a tree can have which was
checked in at revision 1.91 of treectlg.cpp)
2) Since I'm only working on windows, I can't really check how things are
going with other ports.
3) In light of 2, and general timidity, I'm not even going to think about
checking any of this in since it's probably not going to be very
comprehensive yet, but maybe someone else could run with it once I have the
windows part done?
As it stands, the code at
http://web.tiscali.it/no-redirect-tiscali/agriggio/wx-stuff.html needs a
little massaging to get it to compile with wxPython 2.4.0.2 under windows. I
can send the details to anyone who'd like them (or perhaps post them to the
dev list?)
Any thoughts or comments appreciated,
S.