[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
Motif 2.1 Programmer's Reference
XmScaleSetValue
A Scale function that sets a slider value
Format
#include <Xm/Scale.h>
void XmScaleSetValue
Widget
widgetint value
DESCRIPTION
XmScaleSetValue sets the slider value within the Scale widget.
widgetSpecifies the Scale widget ID.
valueSpecifies the slider position along the scale. This sets the XmNvalue
resource.
For a complete definition of Scale and its associated resources, see
XmScale
(3).
RELATED
XmScale
(3).
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]