1XmScaleSetValue(library call)                    XmScaleSetValue(library call)
2
3
4

NAME

6       XmScaleSetValue — A Scale function that sets a slider value
7

SYNOPSIS

9       #include <Xm/Scale.h>
10       void XmScaleSetValue(
11       Widget widget,
12       int value);
13

DESCRIPTION

15       XmScaleSetValue sets the slider value within the Scale widget.
16
17       widget    Specifies the Scale widget ID.
18
19       value     Specifies the slider position along the scale.  This sets the
20                 XmNvalue resource.
21
22       For a complete definition of Scale and its  associated  resources,  see
23       XmScale(3).
24
26       XmScale(3).
27
28
29
30                                                 XmScaleSetValue(library call)
Impressum