Hi, I'm building a simple Plugin that uses a treeview.
I am wondering how I can make my treeview look like other treeviews that are already in the interface, for example in the character window. I downloaded the Update10_UISkinArtPack.zip and found box_treelist_header_darkblue.t ga. this seems to be the blue background the nodes "basic stats", "offence", etc use. buttonMount_TreeIcon_Minus.tga and buttonMount_TreeIcon_Plus.tga seem to be the + and - displayed in the node.
Now I could add these images to my treeview's nodes. But if someone had a skin installed that changes these images I would like my treeview to display the skin's images not the default ones.
Is there a way to use some kind of reference to the currently used graphics or something like this?
Thank you very much!