XtAppAddWorkProc(3Xt) — Subroutines
X11R4
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;
PARAMETERS
app_contextSpecifies the application context that identifies the application.
client_dataSpecifies the argument that is to be passed to the specified procedure when it is called.
procSpecifies the procedure that is.
idSpecifies which work procedure to remove.
DESCRIPTION
The XtAppAddWorkProc function adds the specified work procedure for the application identified by app_context.
The XtRemoveWorkProc function explicitly removes the specified background work procedure.
RELATED INFORMATION
XtAppNextEvent(3Xt)
X Window System Toolkit: The Complete Programmer’s Guide and Specification, Paul J. Asente and Ralph Swick
X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys