summaryrefslogtreecommitdiff
path: root/frontends/gtk/scaffolding.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-29 23:14:31 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-09-21 10:53:41 +0100
commit08d7c55cc536211784a24df179719a802435ff0b (patch)
tree5a40a41c5788eda48c529f0ee1f2eb69ea9ae416 /frontends/gtk/scaffolding.h
parent45bd456cd86bd300ea51285c969b88e6ae68bbb9 (diff)
downloadnetsurf-08d7c55cc536211784a24df179719a802435ff0b.tar.gz
netsurf-08d7c55cc536211784a24df179719a802435ff0b.tar.bz2
another five handlers and fix menu sensitivity on throbber state change
Diffstat (limited to 'frontends/gtk/scaffolding.h')
-rw-r--r--frontends/gtk/scaffolding.h5
1 files changed, 5 insertions, 0 deletions
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
@@ -64,6 +64,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.
*
* This allows tabs to be opened in the most recently used window