1XmScaleGetValue(library call) XmScaleGetValue(library call)
2
3
4
6 XmScaleGetValue — A Scale function that returns the current slider
7 position
8
10 #include <Xm/Scale.h>
11 void XmScaleGetValue(
12 Widget widget,
13 int * value_return);
14
16 XmScaleGetValue returns the current slider position value displayed in
17 the scale.
18
19 widget Specifies the Scale widget ID
20
21 value_return
22 Returns the current slider position value
23
24 For a complete definition of Scale and its associated resources, see
25 XmScale(3).
26
28 XmScale(3).
29
30
31
32 XmScaleGetValue(library call)