1XtAppAddWorkProc(3)              XT FUNCTIONS              XtAppAddWorkProc(3)
2
3
4

NAME

6       XtAppAddWorkProc, XtRemoveWorkProc - Add and remove background process‐
7       ing procedures
8

SYNTAX

10       XtWorkProcId XtAppAddWorkProc(XtAppContext app_context, XtWorkProc
11              proc, XtPointer client_data);
12
13       void XtRemoveWorkProc(XtWorkProcId id);
14

ARGUMENTS

16       app_context
17                 Specifies the application context that identifies the appli‐
18                 cation.
19
20       client_data
21                 Specifies the argument that is to be passed to the specified
22                 procedure when it is called.
23
24       proc      Specifies the procedure that is.
25
26       id        Specifies which work procedure to remove.
27

DESCRIPTION

29       The XtAppAddWorkProc function adds the specified work procedure for the
30       application identified by app_context.
31
32       The XtRemoveWorkProc function explicitly removes the specified back‐
33       ground work procedure.
34

SEE ALSO

36       XtAppNextEvent(3)
37       X Toolkit Intrinsics - C Language Interface
38       Xlib - C Language X Interface
39
40
41
42X Version 11                      libXt 1.1.5              XtAppAddWorkProc(3)
Impressum