XmScaleGetValue(3X) UNIX System V XmScaleGetValue(3X)
NAME
XmScaleGetValue - A Scale function that returns the current
slider position
SYNOPSIS
#include <Xm/Scale.h>
void XmScaleGetValue (widget, value_return)
Widget widget;
int * value_return;
VERSION
This page documents version 1.2 of the Motif library.
DESCRIPTION
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(3X).
RELATED INFORMATION
XmScale(3X).
Page 1 (printed 4/30/98)