diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-12-16 18:45:31 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-12-16 18:45:31 +0000 |
commit | bc190f2a7014aa862f9960178f444ef0a1bf3c0f (patch) | |
tree | 8e28a458daaa3d18fcf09e39aaa7d664c5f05604 /gtk/gtksettings.h | |
parent | 9abfb245c5a913640f445c1d0b43508688b9e746 (diff) | |
download | gtk+-bc190f2a7014aa862f9960178f444ef0a1bf3c0f.tar.gz |
Rework the way the color scheme setting is inherited. Now the overriding
2005-12-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtksettings.[hc]: Rework the way the color scheme setting
is inherited. Now the overriding is done on a per-color basis,
rather than for the setting as a whole. This has the effect
that themes can declare defaults for all the symbolic colors they
use by specifying a value for the gtk-color-scheme setting in
their rc file, while still allowing the XSetting to override
"standard" symbolic colors. The hash table is now available
through the color-hash property.
* gtk/gtkrc.c: Use the new color-hash property.
Diffstat (limited to 'gtk/gtksettings.h')
-rw-r--r-- | gtk/gtksettings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtksettings.h b/gtk/gtksettings.h index a1e0f3d780..f058e00a68 100644 --- a/gtk/gtksettings.h +++ b/gtk/gtksettings.h @@ -126,7 +126,6 @@ gboolean _gtk_settings_parse_convert (GtkRcPropertyParser parser, const GValue *src_value, GParamSpec *pspec, GValue *dest_value); -GHashTable* _gtk_settings_get_color_hash (GtkSettings *settings); G_END_DECLS |