NAME
XtRemoveWorkProc − unregister a work procedure.
SYNOPSIS
void XtRemoveWorkProc(id)
XtWorkProcId id;
Inputs
idIdentifies the work procedure to unregister.
DESCRIPTION
XtRemoveWorkProc() explicitly removes the specified background work procedure. The id argument is the handle returned by XtAppAddWorkProc() when the procedure was registered.
USAGE
Note that a work procedure is removed automatically if it returns True. In many cases, therefore, you do not have to call XtRemoveWorkProc().
STRUCTURES
The XtWorkProcId type is defined as follows: typedef unsigned long XtWorkProcId;
SEE ALSO
XtAppAddWorkProcUNIX SYSTEM V/68,
XtWorkProcUNIX SYSTEM V/88.