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 683070 - tooltip: add tooltip-radius and tooltip-alpha style properties
tooltip: add tooltip-radius and tooltip-alpha style properties
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
2.24.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-08-30 21:32 UTC by Cosimo Cecchi
Modified: 2012-08-31 01:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tooltip: add tooltip-radius and tooltip-alpha style properties (9.89 KB, patch)
2012-08-30 21:32 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2012-08-30 21:32:40 UTC
This is a backport of a GTK2 patch we ship in Fedora to allow for transparent and non-rectangular tooltips. Those are regularly supported in GTK3; this patch adds a similar support to GTK2 using two style properties.
Comment 1 Cosimo Cecchi 2012-08-30 21:32:42 UTC
Created attachment 222996 [details] [review]
tooltip: add tooltip-radius and tooltip-alpha style properties

This allows themes to change the tooltip opacity and radius. Based on a
downstream Fedora patch by Matthias Clasen.
Comment 2 Matthias Clasen 2012-08-31 01:14:57 UTC
Review of attachment 222996 [details] [review]:

ok
Comment 3 Cosimo Cecchi 2012-08-31 01:45:28 UTC
Attachment 222996 [details] pushed as af26ec6 - tooltip: add tooltip-radius and tooltip-alpha style properties