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

FreeBSD Manual Pages

  
 
  

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

NAME
       XmtProgressClear(),  XmtProgressGet(),  XmtProgressSet()	 - set and get
       the progress value in an	XmtProgress widget

SYNOPSIS
       #include	<Xmt/Xmt.h> #include <Xmt/Progress.h>
       void XmtProgressClear(Widget w);	int XmtProgressGet(Widget w); void
		      XmtProgressSet(Widget w, int value);

ARGUMENTS
       INPUTS

	    w	   The progress	widget to change.

	    value  The value to	set, in	1/100s of a  percent.  XmtPROGRESS_MAX
		   is the maximum value, which is 10000.
       RETURNS

	    XmtProgressGet() returns the current progress value.

DESCRIPTION
       XmtProgressClear()  sets	 the  progress	value  to  zero; it is exactly
       equivalent to XmtProgressSet(w, 0).

       XmtProgressGet()	returns	the progress value.

       XmtProgressSet()	sets the progress value.

SEE ALSO
       XmtProgress, XmtProgressCreate().

Xmt				  Motif	Tools		   XmtAskForBoolean(3)

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

home | help