11-13-2012 10:42 AM
Hello all,
is there a difference between the ATTR_NEEDLE_COLOR and the ATTR_SLIDER_COLOR attributes ? From my tests it seems to be the same thing on the various slider controls I've tried...
Solved! Go to Solution.
11-13-2012 10:53 AM
If you have a look into userint.h you will notice that these are synonyms:
#define ATTR_NEEDLE_COLOR ATTR_SLIDER_COLOR
11-13-2012 11:06 AM - edited 11-13-2012 11:07 AM
One more thing: If your question has been answered, you might want to mark the respective post as solution
Thanks.
11-14-2012 02:36 AM
When in doubt, look at the source... D'oh!
Thanks