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 706220 - Add the "text-button" style to button created with gtk_button_new_with_label
Add the "text-button" style to button created with gtk_button_new_with_label
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
3.9.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-08-17 22:16 UTC by Yosef Or Boczko
Modified: 2013-08-18 07:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add the "text-button" style to button created with gtk_button_new_with_{label,mnemonic} (1.46 KB, patch)
2013-08-17 22:17 UTC, Yosef Or Boczko
committed Details | Review

Description Yosef Or Boczko 2013-08-17 22:16:54 UTC
Add the "text-button" style to button created with
gtk_button_new_with_label () or with gtk_button_new_with_mnemonic (),
similar to gtk_button_new_from_icon_name (), which created button
with image and add the style "image-button".
Comment 1 Yosef Or Boczko 2013-08-17 22:17:31 UTC
Created attachment 252079 [details] [review]
Add the "text-button" style to button created with gtk_button_new_with_{label,mnemonic}
Comment 2 Matthias Clasen 2013-08-18 00:36:20 UTC
Review of attachment 252079 [details] [review]:

Makes sense
Comment 3 Matthias Clasen 2013-08-18 00:36:29 UTC
Review of attachment 252079 [details] [review]:

Makes sense
Comment 4 Yosef Or Boczko 2013-08-18 07:19:56 UTC
Review of attachment 252079 [details] [review]:

pushed ad 8d7bab7d7b902e54f27d7dbe26bca9e21eb45787 - Add the "text-button" style to button created with gtk_button_new_with_{label,mnemonic}