After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 165777 - GtkCellRendererPixbuf doesn't support named icons
GtkCellRendererPixbuf doesn't support named icons
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.6.x
Other All
: Normal normal
: Small API
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks: 116577
 
 
Reported: 2005-01-31 08:10 UTC by Tommi Komulainen
Modified: 2005-05-18 06:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add "icon-name" property (5.87 KB, patch)
2005-04-02 21:38 UTC, Anders Carlsson
none Details | Review

Description Tommi Komulainen 2005-01-31 08:10:26 UTC
Named icons support similar to GtkImage seems to be missing.
Comment 1 Federico Mena Quintero 2005-02-02 18:34:41 UTC
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.
Comment 2 Anders Carlsson 2005-04-02 21:38:51 UTC
Created attachment 39603 [details] [review]
Add "icon-name" property

Here's a patch that adds an "icon-name" property and should fix this.
Comment 3 Matthias Clasen 2005-05-18 06:13:49 UTC
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)