summaryrefslogtreecommitdiff
path: root/gtk/scaffolding.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-12 01:12:43 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-12 01:12:43 +0100
commit997e8999d5a3a496a81d45b37f723d5bc539f5c4 (patch)
tree9917f68ec795c642abe11e9f6f6d4982cf458ede /gtk/scaffolding.h
parentf3158f79b6357558e3a0083039857bba21c6ca5b (diff)
downloadnetsurf-997e8999d5a3a496a81d45b37f723d5bc539f5c4.tar.gz
netsurf-997e8999d5a3a496a81d45b37f723d5bc539f5c4.tar.bz2
Refactor GTK toolbar handling to correctly cope with text labels
Diffstat (limited to 'gtk/scaffolding.h')
-rw-r--r--gtk/scaffolding.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/scaffolding.h b/gtk/scaffolding.h
index 730d4fc89..3fbad59db 100644
--- a/gtk/scaffolding.h
+++ b/gtk/scaffolding.h
@@ -247,5 +247,6 @@ nserror gui_window_set_url(struct gui_window *g, struct nsurl *url);
void gui_window_start_throbber(struct gui_window *g);
void gui_window_stop_throbber(struct gui_window *g);
+void nsgtk_scaffolding_toolbars(struct nsgtk_scaffolding *g, int tbi);
#endif /* NETSURF_GTK_SCAFFOLDING_H */