GNOME Bugzilla – Bug 165777
GtkCellRendererPixbuf doesn't support named icons
Last modified: 2005-05-18 06:13:49 UTC
Named icons support similar to GtkImage seems to be missing.
When this gets implemented, remember to add a note to the "Migrating" section of the documentation on how to use it. People likely do some hoop-jumping right now to change the icons in cell renderers when the theme changes, etc.
Created attachment 39603 [details] [review] Add "icon-name" property Here's a patch that adds an "icon-name" property and should fix this.
2005-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellrendererpixbuf.c: Support named icons in cells by adding a icon-name property. (#165777, Anders Carlsson)