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.
This commit is contained in:
Carlos Garnacho
2010-04-11 23:03:25 +02:00
parent 7c5c4d86ae
commit bccad0c65c
4 changed files with 899 additions and 0 deletions

View File

@ -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>