Query: xtremoveinput
OS: hpux
Section: 3
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 |
---|
xtremoveinput(3) - centos |
xtappaddinput(3) - x11r4 |
xtappaddinput(3) - hpux |
xtappaddinput(3xt) - osf1 |
xtappaddinput(1) - hpux |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
How to extract every repeated string between two specific string? |
Seeking Alternative for diff in hp |
Shopt -s histappend |