pub fn handle_top_panel<F: Fn() -> Vec<&'static str>>( ctx: &mut EventCtx<'_>, app: &SimpleApp<Session>, panel: &mut Panel, help: F) -> Option<Transition<SimpleApp<Session>>>