XtAppAddWorkProc(3Xt) XtAppAddWorkProc(3Xt)NAME XtAppAddWorkProc, XtRemoveWorkProc - add and remove background processing procedures SYNOPSIS XtWorkProcId XtAppAddWorkProc(app-context, proc, client- data) XtAppContext app-context; XtWorkProc proc; XtPointer client-data; void XtRemoveWorkProc(id) XtWorkProcId id; DESCRIPTION The XtAppAddWorkProc function adds the specified work pro- cedure for the application identified by app-context. The XtRemoveWorkProc function explicitly removes the speci- fied background work procedure. Arguments These functions accept the following arguments: app-context Specifies the application context that identifies the application. client-data Specifies the argument that is to be passed to the specified procedure when it is called. proc Specifies the procedure that is to be called when the application is idle. id Specifies which work procedure to remove. SEE ALSO XtAppNextEvent(3Xt)X Toolkit Intrinsics - C Language InterfaceXlib - C Language Interface November, 1990 1