[−][src]Function xcb::xproto::query_tree  
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:
- 
c: The connection object to the server
 - 
window: The
windowto query.