summaryrefslogtreecommitdiff
path: root/gtk/toolbar.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-03-09 11:37:09 +0000
committerVincent Sanders <vince@kyllikki.org>2016-03-09 11:37:09 +0000
commit571af764a5df6bfd4c036c1b0e09dcca090bcc11 (patch)
tree1efd2c2f5c34a443e4705da283f51e300a6d9f42 /gtk/toolbar.h
parent8ee04cf68fadb48b877afbe775c13a8a1938f47a (diff)
downloadnetsurf-571af764a5df6bfd4c036c1b0e09dcca090bcc11.tar.gz
netsurf-571af764a5df6bfd4c036c1b0e09dcca090bcc11.tar.bz2
completely remove remaining GTK theme code
Removes the theme code from GTK by moving the small remaining parts to being implementation details within the toolbar implementation.
Diffstat (limited to 'gtk/toolbar.h')
-rw-r--r--gtk/toolbar.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/toolbar.h b/gtk/toolbar.h
index d0af4f9da..0453109ca 100644
--- a/gtk/toolbar.h
+++ b/gtk/toolbar.h
@@ -23,6 +23,11 @@
#include "gtk/scaffolding.h"
+/**
+ * sets up the images for scaffolding.
+ */
+void nsgtk_theme_implement(struct nsgtk_scaffolding *g);
+
void nsgtk_toolbar_customization_init(struct nsgtk_scaffolding *g);
void nsgtk_toolbar_init(struct nsgtk_scaffolding *g);
void nsgtk_toolbar_customization_load(struct nsgtk_scaffolding *g);