summaryrefslogtreecommitdiff
path: root/gtk/gtkrc.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-04-28 22:59:03 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-04-29 17:01:25 -0400
commit13352755481200ae784b3d3cf6f9151cc36f2bbe (patch)
treedbca4f7cccde7f44af5078615d2f781efde3d02c /gtk/gtkrc.h
parentbe3a1abc040ce55b3c1aed6a161c47bdf709ba79 (diff)
downloadgtk+-13352755481200ae784b3d3cf6f9151cc36f2bbe.tar.gz
Add a way to set symbolic colors per-widget
The new function, gtk_widget_modify_symbolic_color() is similar in spirit to the other gtk_widget_modify_ functions.
Diffstat (limited to 'gtk/gtkrc.h')
-rw-r--r--gtk/gtkrc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkrc.h b/gtk/gtkrc.h
index 1ca2d33138..0d5e0cebaf 100644
--- a/gtk/gtkrc.h
+++ b/gtk/gtkrc.h
@@ -263,6 +263,10 @@ void _gtk_rc_style_unset_rc_property (GtkRcStyle *rc_style,
GSList * _gtk_rc_style_get_color_hashes (GtkRcStyle *rc_style);
+void _gtk_rc_style_set_symbolic_color (GtkRcStyle *rc_style,
+ const gchar *name,
+ const GdkColor *color);
+
const gchar* _gtk_rc_context_get_default_font_name (GtkSettings *settings);
void _gtk_rc_context_destroy (GtkSettings *settings);