XmScaleSetValue(library call) XmScaleSetValue(library call)
NAME [Toc] [Back]
XmScaleSetValue - A Scale function that sets a slider value
SYNOPSIS [Toc] [Back]
#include <Xm/Scale.h>
void XmScaleSetValue(
Widget widget,
int value);
DESCRIPTION [Toc] [Back]
XmScaleSetValue sets the slider value within the Scale widget.
widget Specifies the Scale widget ID.
value Specifies 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 [Toc] [Back]
XmScale(3).
- 1 - Formatted: January 24, 2005 [ Back ] |