diff options
author | Timm Bäder <mail@baedert.org> | 2017-06-18 13:17:00 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-07-19 21:27:14 -0400 |
commit | e36ddfec177773ba993a8f8dcd566cf3fb3bb5aa (patch) | |
tree | 84ca109582e62ab1ae5f507fb0493151859f2d16 /gtk/gtkstylecontext.h | |
parent | cc60046ae914a39e2d3f03190e5c04296115c154 (diff) | |
download | gtk+-e36ddfec177773ba993a8f8dcd566cf3fb3bb5aa.tar.gz |
Remove all widget style property code
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 59ff1993b7..67d63d61fe 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -1049,17 +1049,6 @@ gboolean gtk_style_context_has_class (GtkStyleContext *context, const gchar *class_name); GDK_AVAILABLE_IN_ALL -void gtk_style_context_get_style_property (GtkStyleContext *context, - const gchar *property_name, - GValue *value); -GDK_AVAILABLE_IN_ALL -void gtk_style_context_get_style_valist (GtkStyleContext *context, - va_list args); -GDK_AVAILABLE_IN_ALL -void gtk_style_context_get_style (GtkStyleContext *context, - ...); - -GDK_AVAILABLE_IN_ALL void gtk_style_context_set_screen (GtkStyleContext *context, GdkScreen *screen); GDK_AVAILABLE_IN_ALL |