SgThumbWheelSetValue(3X) UNIX System V SgThumbWheelSetValue(3X)
NAME
SgThumbWheelSetValue - A ThumbWheel function that sets the
wheel value
SYNOPSIS
#include <Sgm/ThumbWheel.h>
void SgThumbWheelSetValue (widget, value)
Widget widget;
int value;
VERSION
This page documents the version of Sgm that accompanies
Motif 1.2.
DESCRIPTION
SgThumbWheelSetValue sets the thumb wheel value within the
ThumbWheel widget. It is equivalent to setting XmNvalue
resource through XtSetValues, except that it does not clear
the window before redrawing, and therefore causes less
visual "flicker".
widget Specifies the ThumbWheel widget ID.
value Specifies the wheel position. This sets the
XmNvalue resource.
For a complete definition of SgThumbWheel and its associated
resources, see SgThumbWheel(3X).
RELATED INFORMATION
SgThumbWheel(3X), SgThumbWheelGetValue(3X).
Page 1 (printed 4/30/98)