diff options
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 27519b6643..ff80248a0a 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -1036,11 +1036,6 @@ void gtk_style_context_set_scale (GtkStyleContext *context, GDK_AVAILABLE_IN_3_10 gint gtk_style_context_get_scale (GtkStyleContext *context); -GDK_DEPRECATED_IN_3_6 -gboolean gtk_style_context_state_is_running (GtkStyleContext *context, - GtkStateType state, - gdouble *progress); - GDK_AVAILABLE_IN_ALL void gtk_style_context_set_path (GtkStyleContext *context, GtkWidgetPath *path); @@ -1120,27 +1115,6 @@ gboolean gtk_style_context_lookup_color (GtkStyleContext *context, const gchar *color_name, GdkRGBA *color); -GDK_DEPRECATED_IN_3_6 -void gtk_style_context_notify_state_change (GtkStyleContext *context, - GdkWindow *window, - gpointer region_id, - GtkStateType state, - gboolean state_value); -GDK_DEPRECATED_IN_3_6 -void gtk_style_context_cancel_animations (GtkStyleContext *context, - gpointer region_id); -GDK_DEPRECATED_IN_3_6 -void gtk_style_context_scroll_animations (GtkStyleContext *context, - GdkWindow *window, - gint dx, - gint dy); - -GDK_DEPRECATED_IN_3_6 -void gtk_style_context_push_animatable_region (GtkStyleContext *context, - gpointer region_id); -GDK_DEPRECATED_IN_3_6 -void gtk_style_context_pop_animatable_region (GtkStyleContext *context); - /* Some helper functions to retrieve most common properties */ GDK_AVAILABLE_IN_ALL void gtk_style_context_get_color (GtkStyleContext *context, |