diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-03-04 21:05:03 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:36:47 +0100 |
commit | 019fa73308b1e1703b257c20b5d05165e062e2ef (patch) | |
tree | cca1c0180caec6b6bd6fe5e3f31af2656475d7cd /gtk/gtk.h | |
parent | f601abd25fcf8d9910542953dd19dc924cfae581 (diff) | |
download | gtk+-019fa73308b1e1703b257c20b5d05165e062e2ef.tar.gz |
Add GtkStyleProvider, an interface to provide style details.
The get_style() function isn't final yet, further parameters
should be added to query details based on the widget hierarchy,
name, etc.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -174,6 +174,7 @@ #include <gtk/gtkstatusbar.h> #include <gtk/gtkstatusicon.h> #include <gtk/gtkstock.h> +#include <gtk/gtkstyleprovider.h> #include <gtk/gtkstyleset.h> #include <gtk/gtkstyle.h> #include <gtk/gtkswitch.h> |