WxPython wxTreeCtrl with HTML labels

Brendan brendan_newsgroups at mail.com
Thu Mar 11 03:24:15 EST 2004


Hello,

I am looking for any pointers on creating a Tree control which can
render html snippets as labels.

On each leaf of the tree I want to show text, but with more formatting
than is allowed with the standard wxTreeCtrl. I have expermented with
wxTreeListCtrl but it does not give the flexibility of html.

Would it be possible to derive from wxTreeCtrl or wxTreeLayout? Or
would it be simpler to use a number of ctrls and make it look like on
single tree?

Any comments greatly appreciated.

Thanks

Brendan



More information about the Python-list mailing list