DwtScaleGetSlider(3Dwt) DwtScaleGetSlider(3Dwt)
Name
DwtScaleGetSlider - Gets the current value of the slider position displayed in the scale.
Syntax
void DwtScaleGetSlider(widget, value_return)
Widget widget;
int *value_return;
Arguments
widget Specifies the scale widget ID.
value_return
Returns the current slider position value.
Description
The DwtScaleGetSlider function returns the current slider position value displayed in the scale for the application.
See Also
DwtScaleSetSlider(3Dwt), DwtScale(3Dwt)
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding
DwtScaleGetSlider(3Dwt)