Function titik::find_widget_by_id[][src]

pub fn find_widget_by_id<'a, MSG>(
    root_widget: &'a dyn Widget<MSG>,
    id: &str
) -> Option<&'a dyn Widget<MSG>>

returns a reference to the widget from the root widget tree matching the supplied id