Programming guideline of WinDom
SlidGetValue()
NAME
SlidGetValue - returns the value of a slider.
PROTOTYPAGE
float
SlidGetValue(
void
*slid);
PARAMETERS
slid:
pointer to a slider structure,
return:
the internal value of the slider.
SEE ALSO
SlidSetValue()
.