handle_dialog_stack

Function handle_dialog_stack 

Source
pub fn handle_dialog_stack<Event, Context, Error>(
    dialog_stack: DialogStack<Event, Context, Error>,
    event: &Event,
    ctx: &mut Context,
) -> Result<WindowControl<Event>, Error>
where Event: TryAsRef<Event> + 'static, Error: 'static,
Expand description

Handle events from top to bottom of the stack.

Panic

This function is not reentrant, it will panic when called from within it’s call-stack.