Query: xtgetactionkeysym
OS: redhat
Section: 3xt
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XtGetActionKeysym(3Xt) XT FUNCTIONS XtGetActionKeysym(3Xt)NAMEXtGetActionKeysym - obtain corresponding keysymSYNTAXKeySym XtGetActionKeysym(event, modifiers_return) XEvent* event; Modifiers* modifiers_return;ARGUMENTSevent Specifies the event pointer passed to the action procedure by the Intrinsics. modifiers_return Returns the modifiers that caused the match, if non-NULL.DESCRIPTIONIf 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 /fImodi- fiers_return/fP 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 ALSOX Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface X Version 11 Release 6.6 XtGetActionKeysym(3Xt)
Related Man Pages |
---|
xtcallactionproc(3xt) - redhat |
xtconvertcase(3xt) - redhat |
xtregistercaseconverter(3xt) - redhat |
xtconvertcase(3xt) - xfree86 |
xtsetkeytranslator(3xt) - osf1 |
Similar Topics in the Unix Linux Community |
---|
CentOS7 restoring file capabilities |
About TODO |
Shopt -s histappend |
Issue with events occuring in DST window |
[TIP] Processing YAML files with yq |