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 670387 - GtkButton default-border can't be rendered
GtkButton default-border can't be rendered
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Widget: GtkButton
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-02-19 11:04 UTC by Peter de Ridder
Modified: 2014-09-24 01:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter de Ridder 2012-02-19 11:04:43 UTC
Gtk+2 draws a gtk_paint_box GTK_SHADOW_IN around the default-border.
In Gtk+3 the same default-border displacement is used, but it doesn't draw a frame around it. For a Gtk+3 theming engine it is not posible to get the default-border property, so it doesn't know what space it reserved for drawing a border around the default button.

Could the gtk_render_frame be added?
Comment 1 Matthias Clasen 2014-09-24 01:55:53 UTC
default-border (and similar style properties) have been decprecated.