summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2010-03-13 11:23:23 +0100
committerCarlos Garnacho <carlosg@gnome.org>2010-12-04 15:36:52 +0100
commit57be029b15769dea10a281db6c6590ed902b4bfb (patch)
tree972707df0bdcd4a2841f7b28bb75afd0786693e7 /gtk/gtk.h
parentb7e6ae3983b53396b017cfb6dbf22b4a7ad4e149 (diff)
downloadgtk+-57be029b15769dea10a281db6c6590ed902b4bfb.tar.gz
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.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h1
1 files changed, 1 insertions, 0 deletions
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>