DwtScaleSetSlider(3Dwt) DwtScaleSetSlider(3Dwt)
Name
DwtScaleSetSlider - Sets or changes the current value of the slider position displayed in the scale.
Syntax
void DwtScaleSetSlider(widget, value)
Widget widget;
int value;
Arguments
widget Specifies the scale widget ID.
value Specifies the current slider position along the scale (the value selected by the user). This argument sets the DwtNvalue
attribute associated with DwtScaleCreate.
Description
The DwtScaleSetSlider function sets or changes the current slider position value within the scale widget display for the application.
See Also
DwtScaleGetSlider(3Dwt), DwtScale(3Dwt)
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding
DwtScaleSetSlider(3Dwt)