XmScaleGetValue(library call) XmScaleGetValue(library call)
NAME [Toc] [Back]
XmScaleGetValue - A Scale function that returns the current slider
position
SYNOPSIS [Toc] [Back]
#include <Xm/Scale.h>
void XmScaleGetValue(
Widget widget,
int * value_return);
DESCRIPTION [Toc] [Back]
XmScaleGetValue returns the current slider position value displayed in
the scale.
widget Specifies the Scale widget ID
value_return
Returns the current slider position value
For a complete definition of Scale and its associated resources, see
XmScale(3).
RELATED [Toc] [Back]
XmScale(3).
- 1 - Formatted: January 24, 2005 [ Back ] |