Function i_slint_core::accessibility::accessible_descendents

source ยท
pub fn accessible_descendents(
    root_item: &ItemRc
) -> impl Iterator<Item = ItemRc>
Expand description

Find accessible descendents of root_item.

This will recurse through all children of root_item, but will not recurse into nodes that are accessible.