Type Definition QueryTreeReply
xcb::xproto
type QueryTreeReply = Reply<xcb_query_tree_reply_t>;
impl QueryTreeReply
pub fn root(&self) -> Window
pub fn parent(&self) -> Window
pub fn children_len(&self) -> u16
pub fn children(&self) -> &[Window]