Manual Pages for Linux CentOS command on man xcb_configure_notify_event_t
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_configure_notify_event_t

xcbconfigurenotifyeventt(3) XCB Events xcbconfigurenotifyeventt(3)

NAME

xcbconfigurenotifyeventt - NOT YET DOCUMENTED SYNOPSIS

#include Event datastructure typedef struct xcbconfigurenotifyeventt { uint8t responsetype; uint8t pad0; uint16t sequence; xcbwindowt event; xcbwindowt window; xcbwindowt abovesibling; int16t x; int16t y; uint16t width; uint16t height; uint16t borderwidth; uint8t overrideredirect; uint8t pad1; } xcbconfigurenotifyeventt; EVENT FIELDS responsetype The type of this event, in this case XCBCONFIGURENOTIFY. This field is also present in the xcbgenericeventt and can be used to tell events apart from each other. sequence The sequence number of the last request processed by the X11 server. event The reconfigured window or its parent, depending on whether StructureNotify or SubstructureNotify was selected. window The window whose size, position, border, and/or stacking or‐ der was changed. abovesibling If XCBNONE, the window is on the bottom of the stack with respect to sibling windows. However, if set to a sibling win‐ dow, the window is placed on top of this sibling window.

x The X coordinate of the upper-left outside corner of window, relative to the parent window's origin.

y The Y coordinate of the upper-left outside corner of window, relative to the parent window's origin. width The inside width of window, not including the border. height The inside height of window, not including the border. borderwidth The border width of window. overrideredirect Window managers should ignore this window if overrideredi‐ rect is 1. DESCRIPTION SEE ALSO xcbgenericeventt(3), xcbfreecolormap(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbconfigurenotifyeventt(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™