1XtNextEvent(3)            XT COMPATIBILITY FUNCTIONS            XtNextEvent(3)
2
3
4

NAME

6       XtNextEvent, XtPending, XtPeekEvent, XtProcessEvent, XtMainLoop - query
7       and process events and input
8

SYNTAX

10       void XtNextEvent(XEvent *event_return);
11
12       Boolean XtPeekEvent(XEvent *event_return);
13
14       Boolean XtPending(void);
15
16       void XtProcessEvent(XtInputMask mask);
17
18       void XtMainLoop(void);
19

ARGUMENTS

21       event     Specifies a pointer to the event structure that is to be dis‐
22                 patched to the appropriate event handler.
23
24       event_return
25                 Returns the event information to the specified event struc‐
26                 ture.
27
28       mask      Specifies what types of events to process.  The mask is the
29                 bitwise inclusive OR of any combination of XtIMXEvent, XtIM‐
30                 Timer, XtIMAlternateInput, and XtIMSignal.  As a convenience,
31                 the X Toolkit defines the symbolic name XtIMAll to be the
32                 bitwise inclusive OR of all event types.
33

DESCRIPTION

35       XtNextEvent has been replaced by XtAppNextEvent.
36
37       XtPeekEvent has been replaced by XtAppPeekEvent.
38
39       XtPending has been replaced by XtAppPending.
40
41       XtProcessEvent has been replaced by XtAppProcessEvent.
42
43       XtMainLoop has been replaced by XtAppMainLoop.
44

SEE ALSO

46       XtAppNextEvent(3xt), XtAppPending(3), XtAppPeekEvent(3), XtAppProces‐
47       sEvent(3), XtAppMainLoop(3)
48       X Toolkit Intrinsics - C Language Interface
49       Xlib - C Language X Interface
50
51
52
53X Version 11                      libXt 1.1.5                   XtNextEvent(3)
Impressum