Type Definition xcb::xproto::QueryTreeReply[][src]

type QueryTreeReply = Reply<xcb_query_tree_reply_t>;

Implementations

impl QueryTreeReply[src]

pub fn root(&self) -> Window[src]

pub fn parent(&self) -> Window[src]

pub fn children_len(&self) -> u16[src]

pub fn children(&self) -> &[Window][src]