XT FUNCTIONS XtAppAddWorkProc(3xt)
NAME
XtAppAddWorkProc, XtRemoveWorkProc - Add and remove back-
ground processing procedures SYNTAXcc [ flag... ] file... -lXt [ library... ]
XtWorkProcId XtAppAddWorkProc(XtAppContext app_context,
XtWorkProc proc, XtPointer client_data);
void XtRemoveWorkProc(XtWorkProcId id); ARGUMENTSapp_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. id Specifies which work procedure to remove.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.SEE ALSO
XtAppNextEvent(3Xt)X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:__________________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|___________________________________|
| Availability | x11/library/toolkit/libxt ||_____________________________|___________________________________|
| Interface Stability | Committed ||_____________________________|___________________________________|
| MT-Level | See XtToolkitThreadInitialize(3XT)|
|_____________________________|___________________________________|
X Version 11 Last change: libXt 1.0.8 1XT FUNCTIONS XtAppAddWorkProc(3xt)
X Version 11 Last change: libXt 1.0.8 2