set the color of a slider? splitter? or window?
BlitzMax Forums/MaxGUI Module/set the color of a slider? splitter? or window?| 
 | ||
| I would like to change the color of my sliders, and possible the whole window from the default windows grey... tricky? | 
| 
 | ||
| Sliders don't act on a color change, but window gadgets can have a different background color. | 
| 
 | ||
| SetGadgetColor() should work for you, if not the sliders, then any panels that the sliders are parented to. | 
| 
 | ||
| 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? | 
| 
 | ||
| No, unfortunately you have to do it on a gadget-by-gadget basis. |