From 571af764a5df6bfd4c036c1b0e09dcca090bcc11 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 9 Mar 2016 11:37:09 +0000 Subject: 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. --- gtk/toolbar.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk/toolbar.h') 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); -- cgit v1.2.3