how to set color of wxTreeCtrl nodes?

Hi, can anyone tell me how to set the bgColor of
the wxTreeControl's separate nodes? I'm using a
manually created tree structure and i've got the
id's of each node, etc, but can't seem to set their
bgColor. Any help would be very appreciated!

PS, since i haven't received confirmation of subscription
to this list, please email a copy of any response to
ccosse_at_psl.nmsu.edu

Thanks again!
Charles Cosse

ccosse wrote:

Hi, can anyone tell me how to set the bgColor of
the wxTreeControl's separate nodes? I'm using a
manually created tree structure and i've got the
id's of each node, etc, but can't seem to set their
bgColor. Any help would be very appreciated!

  tree.SetItemBacgroundColour(item, colour)

ยทยทยท

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