node_for_widget

Function node_for_widget 

Source
pub fn node_for_widget(
    w: &Widget,
    children: &[NodeId],
) -> Option<(NodeId, Node)>
Expand description

Try to build an accessibility node for a given widget pointer. Returns None for unsupported widget types. Window nodes are handled separately.