Widgets
Scale
To draw a simple scale you use gmw_scale, which returns
if the scale is currently pressed(and maybe moving).
you can make the scale animated by using gmw_scale_anim,
and passing an additional
double pointer argument it will use for animations.
The value of the scale is between 0 and 1, so you will have to convert and round to
your own scale.
Gama automatically guesses if it is a horizontal or vertical scale by looking at it's dimensions.
Examples
Reference
See reference at scale.h reference
