Function titik::find_widget_mut[][src]

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

returns a mutable reference to the widget from the root_widget tree matching the supplied node index