Manual Pages for Linux CentOS command on man xcb_circulate_window_checked
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_circulate_window_checked

xcbcirculatewindow(3) XCB Requests xcbcirculatewindow(3)

NAME

xcbcirculatewindow - Change window stacking order SYNOPSIS

#include Request function xcbvoidcookiet xcbcirculatewindow(xcbconnectiont *conn, uint8t direction, xcbwindowt window); REQUEST ARGUMENTS conn The XCB connection to X11. direction One of the following values: XCBCIRCULATERAISELOWEST TODO: NOT YET DOCUMENTED. XCBCIRCULATELOWERHIGHEST TODO: NOT YET DOCUMENTED. window The window to raise/lower (depending on direction). DESCRIPTION If direction is XCBCIRCULATERAISELOWEST, the lowest mapped child (if any) will be raised to the top of the stack. If direction is XCBCIRCULATELOWERHIGHEST, the highest mapped child will be lowered to the bottom of the stack. RETURN VALUE Returns an xcbvoidcookiet. Errors (if any) have to be handled in the event loop. If you want to handle errors directly with xcbrequestcheck instead,

use xcbcirculatewindowchecked. See xcb-requests(3) for details. ERRORS xcbvalueerrort The specified direction is invalid. 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 xcbcirculatewindow(3)




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