1XtAddInput(3)             XT COMPATIBILITY FUNCTIONS             XtAddInput(3)
2
3
4

NAME

6       XtAddInput, XtAddTimeOut, XtAddWorkProc - register input, timeout, and
7       workprocs
8

SYNTAX

10       #include <X11/Intrinsic.h>
11
12       XtInputId XtAddInput(int source, XtPointer condition, XtInputCallback‐
13              Proc proc, XtPointer client_data);
14
15       XtIntervalId XtAddTimeOut(unsigned long interval, XtTimerCallbackProc
16              proc, XtPointer client_data);
17
18       XtWorkProcId XtAddWorkProc(XtWorkProc proc, XtPointer client_data);
19

ARGUMENTS

21       client_data
22                 Specifies the argument that is to be passed to the specified
23                 procedure when input is available
24
25       condition Specifies the mask that indicates a read, write, or exception
26                 condition or some operating system dependent condition.
27
28       proc      Specifies the procedure that is to be called when input is
29                 available.
30
31       source    Specifies the source file descriptor on a UNIX-based system
32                 or other operating system dependent device specification.
33

DESCRIPTION

35       XtAddInput has been replaced by XtAppAddInput.
36
37       XtAddTimeOut has been replaced by XtAppAddTimeOut.
38
39       XtAddWorkProc has been replaced by XtAppAddWorkProc.
40

SEE ALSO

42       XtAppAddInput(3), XtAppAddTimeOut(3), XtAppAddWorkProc(3)
43       X Toolkit Intrinsics - C Language Interface
44       Xlib - C Language X Interface
45
46
47
48X Version 11                     libXt 1.1.5.1                   XtAddInput(3)
Impressum