Programming guideline of WinDom
- NAME
-
SlidSetValue : set the internal slider value.
- PROTOTYPAGE
-
void SlidSetValue( void *slid, float value);
- PARAMETERS
-
- slid:
- pointer to a slider structure,
- func:
- pointer to a slider event function,
- data:
- pointer to a user data.
- DESCRIPTION
-
This function sets the internal slider value. If the slider
is attached to a formular, the slider event function (see
SlidSetFunc()) will be invoked if needed.
- SEE ALSO
-
SlidCreate(), SlidAttach(), SlidSetFunc(), SlidGetValue().