diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-03-13 11:23:23 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:36:52 +0100 |
commit | 57be029b15769dea10a281db6c6590ed902b4bfb (patch) | |
tree | 972707df0bdcd4a2841f7b28bb75afd0786693e7 /gtk/gtk.h | |
parent | b7e6ae3983b53396b017cfb6dbf22b4a7ad4e149 (diff) | |
download | gtk+-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |