1xcb_unmap_notify_event_t(3)       XCB Events       xcb_unmap_notify_event_t(3)
2
3
4

NAME

6       xcb_unmap_notify_event_t - a window is unmapped
7

SYNOPSIS

9       #include <xcb/xproto.h>
10
11   Event datastructure
12       typedef struct xcb_unmap_notify_event_t {
13           uint8_t      response_type;
14           uint8_t      pad0;
15           uint16_t     sequence;
16           xcb_window_t event;
17           xcb_window_t window;
18           uint8_t      from_configure;
19           uint8_t      pad1[3];
20       } xcb_unmap_notify_event_t;
21

EVENT FIELDS

23       response_type
24                 The type of this event, in this case XCB_UNMAP_NOTIFY. This
25                 field is also present in the xcb_generic_event_t and can be
26                 used to tell events apart from each other.
27
28       sequence  The sequence number of the last request processed by the X11
29                 server.
30
31       event     The reconfigured window or its parent, depending on whether
32                 StructureNotify or SubstructureNotify was selected.
33
34       window    The window that was unmapped.
35
36       from_configure
37                 Set to 1 if the event was generated as a result of a resizing
38                 of the window's parent when window had a win_gravity of Un‐
39                 mapGravity.
40

DESCRIPTION

SEE ALSO

43       xcb_generic_event_t(3), xcb_unmap_window(3)
44

AUTHOR

46       Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
47       rections and improvements.
48
49
50
51X Version 11                      libxcb 1.13      xcb_unmap_notify_event_t(3)
Impressum