XT FUNCTIONS XtGetActionKeysym(3xt)
NAME
XtGetActionKeysym - obtain corresponding keysym
SYNTAXcc [ flag... ] file... -lXt [ library... ]
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, ifnon-NULL.
DESCRIPTION
If XtGetActionKeysym is called after an action procedure has
been invoked by the Intrinsics and before that action pro-
cedure returns, and if the event pointer has the same value as the event pointer passed to that action routine, and ifthe event is a KeyPress or KeyRelease event, then XtGet-
ActionKeysym returns the KeySym that matched the final event specification in the translation table and, ifmodifiers_return is non-NULL, the modifier state actually
used to generate this KeySym; otherwise, if the event is aKeyPress or KeyRelease event, then XtGetActionKeysym calls
XtTranslateKeycode and returns the results; else it returnsNoSymbol and does not examine modifiers_return.
SEE ALSO
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:__________________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|___________________________________|
| Availability | x11/library/toolkit/libxt ||_____________________________|___________________________________|
| Interface Stability | Committed ||_____________________________|___________________________________|
| MT-Level | See XtToolkitThreadInitialize(3XT)|
|_____________________________|___________________________________|
X Version 11 Last change: libXt 1.0.8 1