I am using wxpython's CustumTreeCtrl. Since some of the items in my tree-hierarchy are supposed to have different textcolours it would useful if these items also keep their textcolours when selected. However, when an item is selected the background colour is automatically changed to blue (that can be controlled with SetHilightFocusColour()) and also the colour of the text is changed to white. But in my case I dont want it to change to white. Is there a way that I can change the text colour of an item when in selected state? SetItemTextColour() only sets the text colour for non-selected items...
Cheers.