GNOME Bugzilla – Bug 698289
GdHeaderSimpleButton behaves differently from GtkButton when used with GtkButton::use_underline
Last modified: 2015-03-03 12:04:38 UTC
Created attachment 241816 [details] Testcase showing the difference When creating a GtkButton with a label containing a "_" and setting GtkButton::use_underline afterwards, one gets the expected result (the "_" disappears from the label, and is used as an underline). When doing the same thing with a GdHeaderSimpleButton, the "_" still appears in the label. If the label is set again to the same value after setting use_underline, then it behaves as expected.
The buttons in libgd are not needed any more. They can be replaced with Gtk buttons now.