centos man page for xtgetactionkeysym

Query: xtgetactionkeysym

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XtGetActionKeysym(3)						   XT FUNCTIONS 					      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 invoked 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 modi- fiers_return is non-NULL, the modifier state actually used to generate this KeySym; otherwise, if the event is a KeyPress or KeyRelease event, then XtGetActionKeysym calls XtTranslateKeycode and returns the results; else it returns NoSymbol and does not examine modi- fiers_return.
SEE ALSO
X Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface X Version 11 libXt 1.1.4 XtGetActionKeysym(3)
Related Man Pages
xttranslatekeycode(3) - debian
xtsetkeytranslator(3) - centos
xttranslatekeycode(3) - x11r4
xtgetactioa(3) - hpux
xtgetactionkeysym(3) - hpux
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Set hard block limit for user using quota
How to increment version inside a file?
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!