Function xcb::xproto::query_tree_unchecked [−][src]
pub fn query_tree_unchecked<'a>(
c: &'a Connection,
window: Window
) -> QueryTreeCookie<'a>
query the window tree
Gets the root window ID, parent window ID and list of children windows for the
specified window
. The children are listed in bottom-to-top stacking order.
parameters:
-
c: The connection object to the server
-
window: The
window
to query.