https://bugzilla.redhat.com/show_bug.cgi?id=997645
--- Comment #5 from Tom "spot" Callaway ---
Revisiting this... I tested the perl-GTK2 that was in Fedora 17 (1.241) and it
doesn't make a colored button in Fedora 20 and your test code.
So... this is either a behavior that changed in GTK2 betw
https://bugzilla.redhat.com/show_bug.cgi?id=997645
--- Comment #3 from Tom "spot" Callaway ---
If you're trying to set the text color in the button, this code works:
($button->get_children)[0]->modify_fg(normal => Gtk2::Gdk::Color->new(0x,
0, 0));
If you're trying to set the background co