]> Pileus Git - ~andy/gtk/commit
Make GtkIconSource an opaque datatype, and add a bunch of accessor
authorHavoc Pennington <hp@redhat.com>
Mon, 19 Mar 2001 22:40:35 +0000 (22:40 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Mon, 19 Mar 2001 22:40:35 +0000 (22:40 +0000)
commit73e9d113a797c28a08a9a9a4ebefaaefb29e098d
tree0a0362a0e16bfa68c6803723055be385790955e3
parent489c376bf4b98f0e521f6ab4992a1c9ac7529657
Make GtkIconSource an opaque datatype, and add a bunch of accessor

2001-03-19  Havoc Pennington  <hp@redhat.com>

* gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
add a bunch of accessor functions. This is because we have
reasonable expectations of extending what fields it contains in
the future.

* gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
changes

* gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
GtkIconSource
15 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/gtk/tmpl/gtk-unused.sgml
docs/reference/gtk/tmpl/gtkiconfactory.sgml
docs/reference/gtk/tmpl/gtksignal.sgml
docs/reference/gtk/tmpl/gtktypeutils.sgml
gtk/gtkiconfactory.c
gtk/gtkiconfactory.h
gtk/gtkrc.c
gtk/gtkstyle.c