set the color of a slider? splitter? or window?

BlitzMax Forums/MaxGUI Module/set the color of a slider? splitter? or window?

Snixx(Posted 2010) [#1]
I would like to change the color of my sliders, and possible the whole window from the default windows grey... tricky?


jsp(Posted 2010) [#2]
Sliders don't act on a color change, but window gadgets can have a different background color.


SebHoll(Posted 2010) [#3]
SetGadgetColor() should work for you, if not the sliders, then any panels that the sliders are parented to.


Snixx(Posted 2010) [#4]
Aye I can do that on some things but I want to change all the default windows colours. Is there no funky win32 way of doing this?


SebHoll(Posted 2010) [#5]
No, unfortunately you have to do it on a gadget-by-gadget basis.