Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xtlasteventprocessed(3xt) [osf1 man page]

XtLastEventProcessed(3Xt)												 XtLastEventProcessed(3Xt)

NAME
XtLastEventProcessed, XtLastTimestampProcessed - last event, last timestamp processed SYNOPSIS
XEvent* XtLastEventProcessed(display) Display* display; Time XtLastTimestampProcessed(display) Display* display; ARGUMENTS
Specifies the open display connection. DESCRIPTION
XtLastEventProcessed returns the last event passed to XtDispatchEvent for the specified display and NULL if there has been no event. The client must not modify the contents of the returned event. XtLastTimestampProcessed returns the timestamp of the last KeyPress, KeyRelease, ButtonPress, ButtonRelease, MotionNotify, EnterNotify, LeaveNotify, PropertyNotify, or SelectionClear event that has been passed to XtDispatchEvent for the specified display and zero if there has been no such event. SEE ALSO
X Toolkit Intrinsics -- C Language Interface Xlib -- C Language X Interface XtLastEventProcessed(3Xt)

Check Out this Related Man Page

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.3 XtGetActionKeysym(3)
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