Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmScaleSetValue(3)	    Library Functions Manual	      XmScaleSetValue(3)

NAME
     XmScaleSetValue -- A Scale function that sets a slider value

SYNOPSIS
     #include <Xm/Scale.h>
     void XmScaleSetValue(
     Widget widget,
     int value);

DESCRIPTION
     XmScaleSetValue sets the slider value within the Scale widget.

     widget    Specifies the Scale widget ID.

     value     Specifies the slider position along the scale.  This sets the Xm-
	       Nvalue resource.

     For  a  complete  definition of Scale and its associated resources, see Xm-
     Scale(3).

RELATED
     XmScale(3).

							      XmScaleSetValue(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmScaleSetValue&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help