diff options
Diffstat (limited to 'gtk/gtkwidgetpath.h')
-rw-r--r-- | gtk/gtkwidgetpath.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gtk/gtkwidgetpath.h b/gtk/gtkwidgetpath.h index 52b03b5603..6fcc49bc0c 100644 --- a/gtk/gtkwidgetpath.h +++ b/gtk/gtkwidgetpath.h @@ -133,34 +133,6 @@ gboolean gtk_widget_path_iter_has_qclass (const GtkWidgetPath *path, gint pos, GQuark qname); -GDK_DEPRECATED_IN_3_14 -void gtk_widget_path_iter_add_region (GtkWidgetPath *path, - gint pos, - const gchar *name, - GtkRegionFlags flags); -GDK_DEPRECATED_IN_3_14 -void gtk_widget_path_iter_remove_region (GtkWidgetPath *path, - gint pos, - const gchar *name); -GDK_DEPRECATED_IN_3_14 -void gtk_widget_path_iter_clear_regions (GtkWidgetPath *path, - gint pos); - -GDK_DEPRECATED_IN_3_14 -GSList * gtk_widget_path_iter_list_regions (const GtkWidgetPath *path, - gint pos); - -GDK_DEPRECATED_IN_3_14 -gboolean gtk_widget_path_iter_has_region (const GtkWidgetPath *path, - gint pos, - const gchar *name, - GtkRegionFlags *flags); -GDK_DEPRECATED_IN_3_14 -gboolean gtk_widget_path_iter_has_qregion (const GtkWidgetPath *path, - gint pos, - GQuark qname, - GtkRegionFlags *flags); - GDK_AVAILABLE_IN_ALL GType gtk_widget_path_get_object_type (const GtkWidgetPath *path); |