[][src]Function clipboard_x11::query_tree_unchecked

pub fn query_tree_unchecked(
    c: &'a Connection,
    window: u32
) -> Cookie<'a, xcb_query_tree_cookie_t>

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.