diff options
author | Benjamin Otte <otte@redhat.com> | 2015-01-31 16:30:05 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-03-18 15:23:29 +0100 |
commit | 03ac5f310bc6b11907d1c4bda152b0191fad7661 (patch) | |
tree | 2ab6497069f61a0e019560b81d026887f7fa7da0 /gtk/gtkstylecontextprivate.h | |
parent | 6dc6af674c8c120192c15a943819fe2a152ddfe9 (diff) | |
download | gtk+-03ac5f310bc6b11907d1c4bda152b0191fad7661.tar.gz |
cssnode: Add gtk_style_context_get_style_provider()
... and use it when looking up properties.
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r-- | gtk/gtkstylecontextprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h index 8e616a07d4..cbaefc5e67 100644 --- a/gtk/gtkstylecontextprivate.h +++ b/gtk/gtkstylecontextprivate.h @@ -34,6 +34,8 @@ GtkCssNode * gtk_style_context_get_root (GtkStyleContext *c void gtk_style_context_set_id (GtkStyleContext *context, const char *id); const char * gtk_style_context_get_id (GtkStyleContext *context); +GtkStyleProviderPrivate * + gtk_style_context_get_style_provider (GtkStyleContext *context); const GtkBitmask * _gtk_style_context_get_changes (GtkStyleContext *context); |