i_slint_core::accessibility

Function 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.