wxTreeListCtrl doc?

Is there anything besides the demo and the source code in gizmos.py?

One think I'd like to do is to have multiple images in a single item (say
in column 1, so you can click each of them to get different information on
the topic listed in column 0). Any possibility of this. I suppose I can
use multiple columns and one image/column, suppressing column headings, if
that's the best I can do with the current implementation.

Ultimately, I think I'll end up writing a more complex tree widget. But I
can't get into that right now and am trying to maximize my use of what
already exists.

···

--------------------------------------
Gary H. Merrill
Director and Principal Scientist, New Applications
Data Exploration Sciences
GlaxoSmithKline Inc.
(919) 483-8456

Is there anything besides the demo and the source code in gizmos.py?

Just this: http://cvs.wxwindows.org/viewcvs.cgi/wxPython/contrib/gizmos/treelistctrl.h?rev=1.2&content-type=text/vnd.viewcvs-markup

One thing I'd like to do is to have multiple images in a single item (say
in column 1, so you can click each of them to get different information on
the topic listed in column 0). Any possibility of this. I suppose I can
use multiple columns and one image/column, suppressing column headings, if
that's the best I can do with the current implementation.

Yep. All you get is one image per column.

···

gary.h.merrill@gsk.com wrote:

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!