azul_core::style

Function construct_html_cascade_tree

Source
pub fn construct_html_cascade_tree(
    node_hierarchy: &NodeHierarchy,
    node_depths_sorted: &[(usize, NodeId)],
    focused_item: Option<NodeId>,
    hovered_items: &BTreeMap<NodeId, HitTestItem>,
    is_mouse_down: bool,
) -> NodeDataContainer<HtmlCascadeInfo>