diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-04-11 23:03:25 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:37:02 +0100 |
commit | bccad0c65c63db5e516e1f9fd317a61e61b31b83 (patch) | |
tree | 3861925dbd6e3edc8bd5e867ccff90f729c2478e /gtk/gtk.h | |
parent | 7c5c4d86aefd6e39d7f23eaf4e107467300b9295 (diff) | |
download | gtk+-bccad0c65c63db5e516e1f9fd317a61e61b31b83.tar.gz |
Added GtkCssProvider.
GtkCssProvider is a GtkStyleProvider implementation which is able to read
CSS-like input to style widgets.
At the moment, only the basic parser features are available.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ #include <gtk/gtkcombobox.h> #include <gtk/gtkcomboboxtext.h> #include <gtk/gtkcontainer.h> +#include <gtk/gtkcssprovider.h> #include <gtk/gtkdebug.h> #include <gtk/gtkdialog.h> #include <gtk/gtkdnd.h> |