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
widgetSpecifies the scale widget ID.
valueSpecifies 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