XmScaleGetValue(X3mot)
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;
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(X3mot).
References
XmScale(X3mot)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.