*** 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: XtGetActionKeysym | Section: 3 | Source: MINIX | File: XtGetActionKeysym.3
XtGetActionKeysym(3) Library Functions Manual XtGetActionKeysym(3) NAME XtGetActionKeysym - obtain corresponding keysym SYNTAX KeySym XtGetActionKeysym(XEvent* event, Modifiers* modifiers_return); ARGUMENTS event Specifies the event pointer passed to the action procedure by the Intrinsics. modifiers_return Returns the modifiers that caused the match, if non-NULL. DESCRIPTION If XtGetActionKeysym is called after an action procedure has been in- voked by the Intrinsics and before that action procedure returns, and if the event pointer has the same value as the event pointer passed to that action routine, and if the event is a KeyPress or KeyRelease event, then XtGetActionKeysym returns the KeySym that matched the final event specification in the translation table and, if modifiers_return is non-NULL, the modifier state actually used to generate this KeySym; otherwise, if the event is a KeyPress or KeyRelease event, then XtGet- ActionKeysym calls XtTranslateKeycode and returns the results; else it returns NoSymbol and does not examine modifiers_return. SEE ALSO X Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface XT FUNCTIONS X Version 11 XtGetActionKeysym(3)

Navigation Options