Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtRemoveInp(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtAddInput(1)

XtAppAddInput(1)

 

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. 

See Also

XtAddInput(1), XtAppAddInput(1). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026