wxTreeCtrl Q?

2006-02-01 Thread mitsura
Hi, it is possible to change the font (bold, underline, italic) in the text used in a wxTreeCtrl? I looked in the wxPython demo but I can't find anything. Any help much appreciated. Kris -- http://mail.python.org/mailman/listinfo/python-list

Re: wxTreeCtrl Q?

2006-02-01 Thread Raven
I hope this can help: http://wxwidgets.org/manuals/2.6.1/wx_wxtreectrl.html#wxtreectrlsetitemfont http://wxwidgets.org/manuals/2.6.1/wx_wxtreectrl.html#wxtreectrlsetitembold This pages are from the wxwidgets api reference but the functions are the same in wxPython Bye Ale --