diff options
author | Benjamin Otte <otte@redhat.com> | 2020-01-23 00:45:27 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2020-01-28 02:17:02 +0100 |
commit | 49b47c913389dc395a48c2b19ac409412623c524 (patch) | |
tree | c497e097c229a761c8af69d4d04b3953fed2e532 /gtk/gtkstylecontext.h | |
parent | af6128b3ab39be9b5aee0d85963ea8b5f188d341 (diff) | |
download | gtk+-49b47c913389dc395a48c2b19ac409412623c524.tar.gz |
Remove GtkWidgetPath
... and all associated demos and tests.
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index c7c5b78c59..66544ccab6 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -989,11 +989,6 @@ GDK_AVAILABLE_IN_ALL gint gtk_style_context_get_scale (GtkStyleContext *context); GDK_AVAILABLE_IN_ALL -void gtk_style_context_set_path (GtkStyleContext *context, - GtkWidgetPath *path); -GDK_AVAILABLE_IN_ALL -const GtkWidgetPath * gtk_style_context_get_path (GtkStyleContext *context); -GDK_AVAILABLE_IN_ALL void gtk_style_context_set_parent (GtkStyleContext *context, GtkStyleContext *parent); GDK_AVAILABLE_IN_ALL |