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 579804 - Implement GtkCellRendererImage
Implement GtkCellRendererImage
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Alacarte Maintainer(s)
Alacarte Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2009-04-22 07:28 UTC by Sascha Silbe
Modified: 2011-01-03 22:54 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Sascha Silbe 2009-04-22 07:28:51 UTC
While GtkImageMenuItem can show any GtkImage and will adapt to image changes automatically (since it delegates drawing to GtkImage), GtkComboBox currently only supports showing a Pixbuf since there's only GtkCellRendererPixbuf, no GtkCellRendererImage. Having the latter would allow us to use the same cairo-drawn images we use for menu items inside combo boxes as well.
Comment 1 Sascha Silbe 2009-04-22 08:19:38 UTC
Seems like the bug filing process is a bit buggy itself. I definitely chose gtk+, not alacarte. Fixing. 
Comment 2 Matthias Clasen 2011-01-03 22:54:56 UTC
You can use any kind of custom cell renderer in a combo box, which will allow things like cairo drawing.