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 598261 - Add support to GtkTooltip to handle GIcons
Add support to GtkTooltip to handle GIcons
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 581917
 
 
Reported: 2009-10-13 12:39 UTC by Bastien Nocera
Modified: 2009-10-14 12:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add ability to set a tooltip's image from a GIcon (2.91 KB, patch)
2009-10-13 13:01 UTC, Bastien Nocera
accepted-commit_now Details | Review

Description Bastien Nocera 2009-10-13 12:39:57 UTC
That way, we don't have to do fallback ourselves, or handle theme changes.
Comment 1 Bastien Nocera 2009-10-13 13:01:58 UTC
Created attachment 145348 [details] [review]
Add ability to set a tooltip's image from a GIcon

Makes it easier to implement fallbacks whilst following
theme changes.
Comment 2 Matthias Clasen 2009-10-13 15:05:51 UTC
Looks fine, please commit, with the necessary gtk.symbols and gtk-sections.txt additions.
Comment 3 Bastien Nocera 2009-10-14 12:24:22 UTC
Pushed to master, with the gtk-sections.txt file updated, thanks