]> Pileus Git - ~andy/gtk/commit
Add a new type GTK_IMAGE_ICON_NAME for named icons, update the size and
authorMatthias Clasen <mclasen@redhat.com>
Mon, 25 Oct 2004 04:36:39 +0000 (04:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 25 Oct 2004 04:36:39 +0000 (04:36 +0000)
commitb63431c82ade00c522ab2df06ee3476085bd6941
treee37b71b3eb98a0ef9fb0c57e1bcf3e1b197728a9
parent2b4ef0648abbc50db56ca367004153f6ce3f10ba
Add a new type GTK_IMAGE_ICON_NAME for named icons, update the size and

2004-10-25  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkimage.h:
* gtk/gtkimage.c (gtk_image_new_from_icon_name)
(gtk_image_set_from_icon_name, gtk_image_get_icon_name)
(gtk_image_set_pixel_size, gtk_image_get_pixel_size):  Add a
new type GTK_IMAGE_ICON_NAME for named icons, update the size
and content of stock, icon set and named icon images upon style
changes, and allow to set a fixed pixel size for named icon
images.  (#155688, James Henstridge)

* tests/testimage.c: Test application for theming behaviour of
different image types and for image dnd.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/gtk/gtk-sections.txt
gtk/gtkimage.c
gtk/gtkimage.h
tests/testimage.c [new file with mode: 0644]