pub fn handle_dialog_stack<Event, Context, Error>(
dialog_stack: DialogStack<Event, Context, Error>,
event: &Event,
ctx: &mut Context,
) -> Result<WindowControl<Event>, Error>
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.