Query: xtremoveinput
OS: hpux
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XtRemoveInput() XtRemoveInput()
Name
XtRemoveInput - unregister an alternate input source callback.
Synopsis
void XtRemoveInput(id)
XtInputId id;
Inputs
id Identifies the input source and callback procedure.
Description
XtRemoveInput() causes the Intrinsics to stop calling a callback procedure registered with XtAppAddInput(). The id argument is a handle
returned by the call to XtAppAddInput() which registered the input callback. If there are not any other callbacks registered for the same
input source, the Intrinsics stop monitoring that source.
Usage
Alternate input events (on POSIX systems) usually signal that there is data available to be read on a file descriptor, which is often a
pipe or socket. See XtAppAddInput() for more information.
Structures
The XtInputId type is defined as follows:
typedef unsigned long XtInputId;
See Also
XtAppAddInput(1),
XtInputCallbackProc(2).
Xt - Event Handling XtRemoveInput()
| Related Man Pages |
|---|
| xtappaddinput(3) - debian |
| xtremoveinput(3) - debian |
| xtremoveinput(3) - x11r4 |
| xtremoveinput(3) - suse |
| xtremoveinput(3xt) - osf1 |
| Similar Topics in the Unix Linux Community |
|---|
| How to list file size on HPUX? |
| PHP Man Pages Now Available (Over 10,000) |
| SAN Migration question |
| Hpux 11iV3 administration document |
| Seeking Alternative for diff in hp |