FreeBSD Manual Pages
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)
NAME | SYNOPSIS | ARGUMENTS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=XmtProgressClear&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>