Manual Pages for Linux CentOS command on man xcb_get_window_attributes
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_get_window_attributes

xcbgetwindowattributes(3) XCB Requests xcbgetwindowattributes(3)

NAME

xcbgetwindowattributes - Gets window attributes SYNOPSIS

#include Request function xcbgetwindowattributescookiet xcbgetwindowattributes(xcbconnectiont *conn, xcbwindowt window); Reply datastructure typedef struct xcbgetwindowattributesreplyt { uint8t responsetype; uint8t backingstore; uint16t sequence; uint32t length; xcbvisualidt visual; uint16t class; uint8t bitgravity; uint8t wingravity; uint32t backingplanes; uint32t backingpixel; uint8t saveunder; uint8t mapisinstalled; uint8t mapstate; uint8t overrideredirect; xcbcolormapt colormap; uint32t alleventmasks; uint32t youreventmask; uint16t donotpropagatemask; uint8t pad0[2]; } xcbgetwindowattributesreplyt; Reply function xcbgetwindowattributesreplyt *xcbgetwindowattributesreply(xcbconnectiont *conn, xcbgetwindowattributescookiet cookie, xcbgenericerrort **e); REQUEST ARGUMENTS conn The XCB connection to X11. window The window to get the attributes from. REPLY FIELDS responsetype The type of this reply, in this case XCBGETWINDOWAT‐ TRIBUTES. This field is also present in the xcbgenericre‐ plyt and can be used to tell replies apart from each other. sequence The sequence number of the last request processed by the X11 server. length The length of the reply, in words (a word is 4 bytes). backingstore One of the following values: XCBBACKINGSTORENOTUSEFUL TODO: NOT YET DOCUMENTED. XCBBACKINGSTOREWHENMAPPED TODO: NOT YET DOCUMENTED. XCBBACKINGSTOREALWAYS TODO: NOT YET DOCUMENTED. visual The associated visual structure of window. class One of the following values: XCBWINDOWCLASSCOPYFROMPARENT TODO: NOT YET DOCUMENTED. XCBWINDOWCLASSINPUTOUTPUT TODO: NOT YET DOCUMENTED. XCBWINDOWCLASSINPUTONLY TODO: NOT YET DOCUMENTED. bitgravity One of the following values: XCBGRAVITYBITFORGET TODO: NOT YET DOCUMENTED. XCBGRAVITYWINUNMAP TODO: NOT YET DOCUMENTED. XCBGRAVITYNORTHWEST TODO: NOT YET DOCUMENTED. XCBGRAVITYNORTH TODO: NOT YET DOCUMENTED. XCBGRAVITYNORTHEAST TODO: NOT YET DOCUMENTED. XCBGRAVITYWEST TODO: NOT YET DOCUMENTED. XCBGRAVITYCENTER TODO: NOT YET DOCUMENTED. XCBGRAVITYEAST TODO: NOT YET DOCUMENTED. XCBGRAVITYSOUTHWEST TODO: NOT YET DOCUMENTED. XCBGRAVITYSOUTH TODO: NOT YET DOCUMENTED. XCBGRAVITYSOUTHEAST TODO: NOT YET DOCUMENTED. XCBGRAVITYSTATIC TODO: NOT YET DOCUMENTED. wingravity One of the following values: XCBGRAVITYBITFORGET TODO: NOT YET DOCUMENTED. XCBGRAVITYWINUNMAP TODO: NOT YET DOCUMENTED. XCBGRAVITYNORTHWEST TODO: NOT YET DOCUMENTED. XCBGRAVITYNORTH TODO: NOT YET DOCUMENTED. XCBGRAVITYNORTHEAST TODO: NOT YET DOCUMENTED. XCBGRAVITYWEST TODO: NOT YET DOCUMENTED. XCBGRAVITYCENTER TODO: NOT YET DOCUMENTED. XCBGRAVITYEAST TODO: NOT YET DOCUMENTED. XCBGRAVITYSOUTHWEST TODO: NOT YET DOCUMENTED. XCBGRAVITYSOUTH TODO: NOT YET DOCUMENTED. XCBGRAVITYSOUTHEAST TODO: NOT YET DOCUMENTED. XCBGRAVITYSTATIC TODO: NOT YET DOCUMENTED. backingplanes Planes to be preserved if possible. backingpixel Value to be used when restoring planes. saveunder Boolean, should bits under be saved? mapisinstalled TODO: NOT YET DOCUMENTED. mapstate One of the following values: XCBMAPSTATEUNMAPPED TODO: NOT YET DOCUMENTED. XCBMAPSTATEUNVIEWABLE TODO: NOT YET DOCUMENTED. XCBMAPSTATEVIEWABLE TODO: NOT YET DOCUMENTED. overrideredirect Window managers should ignore this window if overrideredi‐ rect is 1. colormap Color map to be associated with window. alleventmasks Set of events all people have interest in. youreventmask My event mask. donotpropagatemask Set of events that should not propagate. DESCRIPTION Gets the current attributes for the specified window. RETURN VALUE Returns an xcbgetwindowattributescookiet. Errors have to be han‐ dled when calling the reply function xcbgetwindowattributesreply. If you want to handle errors in the event loop instead, use

xcbgetwindowattributesunchecked. See xcb-requests(3) for details. ERRORS xcbdrawableerrort TODO: reasons? xcbwindowerrort The specified window does not exist. SEE ALSO

xcb-requests(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbgetwindowattributes(3)




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