diff options
author | Benjamin Otte <otte@redhat.com> | 2011-06-17 02:02:24 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-08-26 16:26:27 +0200 |
commit | 00d14e35157d7512ec9892bcc5eebdc186ad52e3 (patch) | |
tree | f6883587bb7116d7369db6b7c12a99c907a7693e /gtk/gtk.h | |
parent | c8fdd5e847181997cf8f366a1d47bff53d0d7976 (diff) | |
download | gtk+-00d14e35157d7512ec9892bcc5eebdc186ad52e3.tar.gz |
API: css: Add GtkCssSection
This struct keeps track of an area of text in a CSS file and uses it
when specifying information. Also, the cssprovider keeps track of
sections when parsing a file.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ #include <gtk/gtkcomboboxtext.h> #include <gtk/gtkcontainer.h> #include <gtk/gtkcssprovider.h> +#include <gtk/gtkcsssection.h> #include <gtk/gtkdebug.h> #include <gtk/gtkdialog.h> #include <gtk/gtkdnd.h> |