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

FreeBSD Manual Pages

  
 
  

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

NAME
     XmScaleGetValue  --  A Scale function that returns the current slider posi-
     tion

SYNOPSIS
     #include <Xm/Scale.h>
     void XmScaleGetValue(
     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 Xm-
     Scale(3).

RELATED
     XmScale(3).

							      XmScaleGetValue(3)

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

home | help