Name
XtRemoveInput — unregister a file procedure, a pipe procedure, or a socket procedure.
Synopsis
void XtRemoveInput(id)
XtInputId id;
Arguments
idSpecifies the ID returned from the corresponding XtAppAddInput call.
Description
XtRemoveInput causes the Intrinsics to stop watching for events from an alternate input source registered with XtAppAddInput. Alternate input events are usually operating system reads, but they can be any I/O operation supported by the operating system.
For more general discussion of alternate input events, see Chapter 8, More Input Techniques, in Volume Four, X Toolkit Intrinsics Programming Manual.