summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index 73a3e9fe94..bf0d87261a 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -88,16 +88,16 @@ void gtk_style_context_unset_class (GtkStyleContext *context,
gboolean gtk_style_context_has_class (GtkStyleContext *context,
const gchar *class_name);
-GList * gtk_style_context_list_child_classes (GtkStyleContext *context);
-
-void gtk_style_context_set_child_class (GtkStyleContext *context,
- const gchar *class_name,
- GtkChildClassFlags flags);
-void gtk_style_context_unset_child_class (GtkStyleContext *context,
- const gchar *class_name);
-gboolean gtk_style_context_has_child_class (GtkStyleContext *context,
- const gchar *class_name,
- GtkChildClassFlags *flags_return);
+GList * gtk_style_context_list_regions (GtkStyleContext *context);
+
+void gtk_style_context_set_region (GtkStyleContext *context,
+ const gchar *region_name,
+ GtkRegionFlags flags);
+void gtk_style_context_unset_region (GtkStyleContext *context,
+ const gchar *region_name);
+gboolean gtk_style_context_has_region (GtkStyleContext *context,
+ const gchar *region_name,
+ GtkRegionFlags *flags_return);
void gtk_style_context_get_style_property (GtkStyleContext *context,
const gchar *property_name,