[][src]Function titik::find_widget

pub fn find_widget<MSG>(
    root_widget: &dyn Widget<MSG>,
    node_idx: usize
) -> Option<&dyn Widget<MSG>>

Get the widget with the node_idx by traversing to through the root_widget specified