summaryrefslogtreecommitdiff
path: root/frontends/gtk/window.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-09-04 19:23:06 +0100
committerVincent Sanders <vince@kyllikki.org>2019-09-04 19:23:06 +0100
commite15ab0a277e3cb17e6662720652ec34c55437c2b (patch)
tree21c49c2ef83bfd61d9e7031259b1c32de7233791 /frontends/gtk/window.h
parentacf6572fe0c62397fecf2665d2beec00a5d95a8e (diff)
downloadnetsurf-e15ab0a277e3cb17e6662720652ec34c55437c2b.tar.gz
netsurf-e15ab0a277e3cb17e6662720652ec34c55437c2b.tar.bz2
make toolbar and menubar hiding work appropriately
Diffstat (limited to 'frontends/gtk/window.h')
-rw-r--r--frontends/gtk/window.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/frontends/gtk/window.h b/frontends/gtk/window.h
index b6e00a604..ae3dae16f 100644
--- a/frontends/gtk/window.h
+++ b/frontends/gtk/window.h
@@ -52,7 +52,12 @@ struct nsgtk_scaffolding *nsgtk_get_scaffold(struct gui_window *gw);
* toolbar size and style is changed and the browser window contents
* redrawn.
*/
-void nsgtk_window_update_all(void);
+nserror nsgtk_window_update_all(void);
+
+/**
+ * Windows associated with a scaffold will have their toolbar show state set
+ */
+nserror nsgtk_window_toolbar_show(struct nsgtk_scaffolding *gs, bool show);
/**
* update targets