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 513476 - rounded corners for progress bars are hard to do
rounded corners for progress bars are hard to do
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.12.x
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-01-31 16:27 UTC by Benjamin Berg
Modified: 2010-12-22 21:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Berg 2008-01-31 16:27:50 UTC
GtkProgress has a non-transparent back buffer for the progress drawing. As this creates problems for themes when drawing rounded corners it would be nice if the GtkProgress bar would draw directly instead of having this buffer. I have no idea  right now if this is even possible API wise (ie. custom GtkProgress subclasses) though.

For this bug the same as for #513471 goes. Mozilla has some issues here, and for them one could add a separate workaround between mozilla and engine. (ie. the attach some data to the widget idea I had in mind)
Comment 1 Matthias Clasen 2010-12-22 21:18:21 UTC
This should be much easier now that GtkProgressBar is a no-window widget