1XtAddInput(3) XT COMPATIBILITY FUNCTIONS XtAddInput(3)
2
3
4
6 XtAddInput, XtAddTimeOut, XtAddWorkProc - register input, timeout, and
7 workprocs
8
10 XtInputId XtAddInput(int source, XtPointer condition, XtInputCallback‐
11 Proc proc, XtPointer client_data);
12
13 XtIntervalId XtAddTimeOut(unsigned long interval, XtInputCallbackProc
14 proc, XtPointer client_data);
15
16 XtWorkProcId XtAddWorkProc(XtWorkProc proc, XtPointer client_data);
17
19 client_data
20 Specifies the argument that is to be passed to the specified
21 procedure when input is available
22
23 condition Specifies the mask that indicates a read, write, or exception
24 condition or some operating system dependent condition.
25
26 proc Specifies the procedure that is to be called when input is
27 available.
28
29 source Specifies the source file descriptor on a UNIX-based system
30 or other operating system dependent device specification.
31
33 XtAddInput has been replaced by XtAppAddInput.
34
35 XtAddTimeOut has been replaced by XtAppAddTimeOut.
36
37 XtAddWorkProc has been replaced by XtAppAddWorkProc.
38
40 XtAppAddInput(3), XtAppAddTimeOut(3), XtAppAddWorkProc(3)
41 X Toolkit Intrinsics - C Language Interface
42 Xlib - C Language X Interface
43
44
45
46X Version 11 libXt 1.1.5 XtAddInput(3)