diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-04-28 22:59:03 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-04-29 17:01:25 -0400 |
commit | 13352755481200ae784b3d3cf6f9151cc36f2bbe (patch) | |
tree | dbca4f7cccde7f44af5078615d2f781efde3d02c /gtk/gtkrc.h | |
parent | be3a1abc040ce55b3c1aed6a161c47bdf709ba79 (diff) | |
download | gtk+-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.h | 4 |
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); |