Skip to main content

apply_widget_base_edit

Function apply_widget_base_edit 

Source
pub fn apply_widget_base_edit(
    root: &mut dyn Widget,
    edit: &WidgetBaseEdit,
) -> bool
Expand description

Apply a single queued WidgetBaseEdit against the live widget tree. Returns true when the edit landed, false if the path was stale or the widget does not expose a WidgetBase.