*** 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: NetBSD | File: XFilterEvent.3
XFilterEvent(3) Library Functions Manual XFilterEvent(3) NAME XFilterEvent - filter X events for an input method SYNTAX Bool XFilterEvent(XEvent *event, Window w); ARGUMENTS event Specifies the event to filter. w Specifies the window for which the filter 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 re- turns 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(3) Xlib - C Language X Interface XLIB FUNCTIONS X Version 11 XFilterEvent(3)

Navigation Options