Function xcb::xproto::query_tree[][src]

pub fn query_tree<'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: