summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2010-03-04 21:05:03 +0100
committerCarlos Garnacho <carlosg@gnome.org>2010-12-04 15:36:47 +0100
commit019fa73308b1e1703b257c20b5d05165e062e2ef (patch)
treecca1c0180caec6b6bd6fe5e3f31af2656475d7cd /gtk/gtk.h
parentf601abd25fcf8d9910542953dd19dc924cfae581 (diff)
downloadgtk+-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index 711527577a..15c411f22a 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -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>