GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmtAskForBoolean(3) FreeBSD Library Functions Manual XmtAskForBoolean(3)

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

The progress widget to change.
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().

Motif Tools Xmt

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.