summaryrefslogtreecommitdiff
path: root/frontends/gtk/window.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-09-04 19:23:06 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-09-21 10:53:41 +0100
commit635be1dfb88c01ab6a901f6e88eb3b7187d2c03b (patch)
tree13327c7b95ecc5dc31b5b5944c01bb99655aabcf /frontends/gtk/window.h
parentbcb2b7a2c4425ba888f6236890d35a8f2d037360 (diff)
downloadnetsurf-635be1dfb88c01ab6a901f6e88eb3b7187d2c03b.tar.gz
netsurf-635be1dfb88c01ab6a901f6e88eb3b7187d2c03b.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