From 08d7c55cc536211784a24df179719a802435ff0b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 29 Aug 2019 23:14:31 +0100 Subject: another five handlers and fix menu sensitivity on throbber state change --- frontends/gtk/scaffolding.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'frontends/gtk/scaffolding.h') diff --git a/frontends/gtk/scaffolding.h b/frontends/gtk/scaffolding.h index 0f19a2418..666bc502f 100644 --- a/frontends/gtk/scaffolding.h +++ b/frontends/gtk/scaffolding.h @@ -63,6 +63,11 @@ struct nsgtk_scaffolding *nsgtk_new_scaffolding(struct gui_window *gw); */ nserror nsgtk_scaffolding_destroy_all(void); +/** + * Update scaffolding window when throbber state changes + */ +nserror nsgtk_scaffolding_throbber(struct gui_window* gw, bool active); + /** * Obtain the most recently used scaffolding element. * -- cgit v1.2.3