1XCirculateEvent(3)              XLIB FUNCTIONS              XCirculateEvent(3)
2
3
4

NAME

6       XCirculateEvent - CirculateNotify event structure
7

STRUCTURES

9       The structure for CirculateNotify events contains:
10
11       typedef struct {
12               int type;       /* CirculateNotify */
13               unsigned long serial;   /* # of last request processed by server */
14               Bool send_event;        /* true if this came from a SendEvent request */
15               Display *display;       /* Display the event was read from */
16               Window event;
17               Window window;
18               int place;      /* PlaceOnTop, PlaceOnBottom */
19       } XCirculateEvent;
20
21       When you receive this event, the structure members are set as follows.
22
23       The  type  member  is set to the event type constant name that uniquely
24       identifies it.  For example, when the X server reports a GraphicsExpose
25       event  to a client application, it sends an XGraphicsExposeEvent struc‐
26       ture with the type member set to GraphicsExpose.  The display member is
27       set  to a pointer to the display the event was read on.  The send_event
28       member is set to True if the  event  came  from  a  SendEvent  protocol
29       request.   The  serial member is set from the serial number reported in
30       the protocol but expanded from the 16-bit least-significant bits  to  a
31       full 32-bit value.  The window member is set to the window that is most
32       useful to toolkit dispatchers.
33
34       The event member is set either to the restacked window or to  its  par‐
35       ent,  depending  on  whether  StructureNotify or SubstructureNotify was
36       selected.  The window member is set to the window that  was  restacked.
37       The  place  member  is  set  to the window's position after the restack
38       occurs and is either PlaceOnTop or PlaceOnBottom.  If it is PlaceOnTop,
39       the  window is now on top of all siblings.  If it is PlaceOnBottom, the
40       window is now below all siblings.
41

SEE ALSO

43       XAnyEvent(3),    XButtonEvent(3),    XCreateWindowEvent(3),     XCircu‐
44       lateRequestEvent(3),  XColormapEvent(3), XConfigureEvent(3), XConfigur‐
45       eRequestEvent(3),   XCrossingEvent(3),   XDestroyWindowEvent(3),   XEr‐
46       rorEvent(3),    XExposeEvent(3),   XFocusChangeEvent(3),   XGraphicsEx‐
47       poseEvent(3), XGravityEvent(3), XKeymapEvent(3), XMapEvent(3),  XMapRe‐
48       questEvent(3),     XPropertyEvent(3),     XReparentEvent(3),    XResiz‐
49       eRequestEvent(3), XSelectionClearEvent(3), XSelectionEvent(3),  XSelec‐
50       tionRequestEvent(3), XUnmapEvent(3), XVisibilityEvent(3)
51       Xlib - C Language X Interface
52
53
54
55X Version 11                     libX11 1.6.9               XCirculateEvent(3)
Impressum