1XtAppAddWorkProc(3) XT FUNCTIONS XtAppAddWorkProc(3)
2
3
4
6 XtAppAddWorkProc, XtRemoveWorkProc - Add and remove background process‐
7 ing procedures
8
10 #include <X11/Intrinsic.h>
11
12 XtWorkProcId XtAppAddWorkProc(XtAppContext app_context, XtWorkProc
13 proc, XtPointer client_data);
14
15 void XtRemoveWorkProc(XtWorkProcId id);
16
18 app_context
19 Specifies the application context that identifies the appli‐
20 cation.
21
22 client_data
23 Specifies the argument that is to be passed to the specified
24 procedure when it is called.
25
26 proc Specifies the procedure that is to be called.
27
28 id Specifies which work procedure to remove.
29
31 The XtAppAddWorkProc function adds the specified work procedure for the
32 application identified by app_context.
33
34 The XtRemoveWorkProc function explicitly removes the specified back‐
35 ground work procedure.
36
38 XtAppNextEvent(3)
39 X Toolkit Intrinsics - C Language Interface
40 Xlib - C Language X Interface
41
42
43
44X Version 11 libXt 1.2.1 XtAppAddWorkProc(3)