From 57be029b15769dea10a281db6c6590ed902b4bfb Mon Sep 17 00:00:00 2001 From: Carlos Garnacho <carlosg@gnome.org> Date: Sat, 13 Mar 2010 11:23:23 +0100 Subject: Add GtkThemingEngine. GtkThemingEngine will be the theming engines base class, with default implementations for all paint functions, and readonly access to the related GtkStyleContext data. --- gtk/gtk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/gtk.h') diff --git a/gtk/gtk.h b/gtk/gtk.h index 374b1edfb9..163f8d4e91 100644 --- a/gtk/gtk.h +++ b/gtk/gtk.h @@ -189,6 +189,7 @@ #include <gtk/gtktexttag.h> #include <gtk/gtktexttagtable.h> #include <gtk/gtktextview.h> +#include <gtk/gtkthemingengine.h> #include <gtk/gtktoggleaction.h> #include <gtk/gtktogglebutton.h> #include <gtk/gtktoggletoolbutton.h> -- cgit v1.2.1