*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XFilterEvent | Section: 3 | Source: Digital UNIX | File: XFilterEvent.3X11.gz
XFilterEvent(3X11) XFilterEvent(3X11) NAME XFilterEvent - filter X events for an input method SYNOPSIS Bool XFilterEvent(event, w) XEvent *event; Window w; ARGUMENTS Specifies the event to filter. Specifies the window for which the fil- ter is to be applied. DESCRIPTION If the window argument is None, XFilterEvent applies the filter to the window specified in the XEvent structure. The window argument is pro- vided so that layers above Xlib that do event redirection can indicate to which window an event has been redirected. If XFilterEvent returns True, then some input method has filtered the event, and the client should discard the event. If XFilterEvent returns False, then the client should continue processing the event. If a grab has occurred in the client and XFilterEvent returns True, the client should ungrab the keyboard. SEE ALSO XNextEvent(3X11) Xlib -- C Language X Interface XFilterEvent(3X11)

Navigation Options