Windows PowerShell command on Get-command XtGetActionKeysym
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man XtGetActionKeysym

XT FUNCTIONS XtGetActionKeysym(3xt)

NAME

XtGetActionKeysym - obtain corresponding keysym

SYNTAX

cc [ 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, if

non-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 if

the event is a KeyPress or KeyRelease event, then XtGet-

ActionKeysym 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 XtGetActionKeysym 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

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




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™