summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-10-23 17:26:37 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2016-10-23 18:23:59 +0200
commit502e63eddc6c8c705edbc89c26572a443baa6e26 (patch)
treecbfb4fd5ab8544bf8cfcd406c3664efb383c5674 /gtk/gtkstylecontext.h
parent5c526c9926f56a4aabbfebac8177883dbae8985a (diff)
downloadgtk+-502e63eddc6c8c705edbc89c26572a443baa6e26.tar.gz
stylecontext: Remove deprecated API
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index 6a6d3a8577..a7f7825b41 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -1080,12 +1080,6 @@ void gtk_style_context_set_frame_clock (GtkStyleContext *context,
GDK_AVAILABLE_IN_3_8
GdkFrameClock *gtk_style_context_get_frame_clock (GtkStyleContext *context);
-GDK_DEPRECATED_IN_3_8_FOR(gtk_style_context_set_state)
-void gtk_style_context_set_direction (GtkStyleContext *context,
- GtkTextDirection direction);
-GDK_DEPRECATED_IN_3_8_FOR(gtk_style_context_get_state)
-GtkTextDirection gtk_style_context_get_direction (GtkStyleContext *context);
-
GDK_AVAILABLE_IN_ALL
void gtk_style_context_set_junction_sides (GtkStyleContext *context,
GtkJunctionSides sides);
@@ -1118,8 +1112,6 @@ GDK_AVAILABLE_IN_ALL
void gtk_style_context_get_margin (GtkStyleContext *context,
GtkBorder *margin);
-GDK_DEPRECATED_IN_3_12
-void gtk_style_context_invalidate (GtkStyleContext *context);
GDK_AVAILABLE_IN_ALL
void gtk_style_context_reset_widgets (GdkScreen *screen);