Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xtgetactionkeysym(3xt) [osf1 man page]

XtGetActionKeysym(3Xt)													    XtGetActionKeysym(3Xt)

NAME
XtGetActionKeysym - obtain corresponding keysym SYNOPSIS
KeySym XtGetActionKeysym(event, modifiers_return) XEvent* event; Modifiers* modifiers_return; ARGUMENTS
Specifies the event pointer passed to the action procedure by the Intrinsics. 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 XtGetActionKeysym(3Xt)

Check Out this Related Man Page

XtCallActionProc(3Xt)						   XT FUNCTIONS 					     XtCallActionProc(3Xt)

NAME
XtCallActionProc - invoke an action procedure directly SYNTAX
void XtCallActionProc(widget, action, event, params, num_params) Widget widget; String action; XEvent* event; String* params; Cardinal num_params; ARGUMENTS
widget Specifies the widget in which the action is to be invoked. Must be of class core of any subclass thereof. action Specifies the name of the action routine. event Specifies the contents of the event passed to the action routine. params Specifies the contents of the params passed to the action routine. num_params Specifies the num of entries in params. DESCRIPTION
XtCallActionProc searches for the named action routine in the same manner and order as translation tables are bound. If found, the action routine is invoked with the specified widget, event pointer, and parameters. It is the responsibility of the caller to ensure that the con- tents of event, params, and num_params arguments are appropriate for the specified routine, and if necessary, that the specified widget is realized or sensitive. If the named action routine cannot be found, XtCallActionProc generates a warning message and returns. SEE ALSO
X Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface X Version 11 Release 6.6 XtCallActionProc(3Xt)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies