On how many widgets does this happen ??
Only on Gtk::Bin widgets ??
If that's the case, I'll somehow have to typecast to resolve the button's issue On 10/01/2013 02:35 PM, Kjell Ahlstedt wrote: You can change the style of most widgets. My point is - and that's also what Murray's links describe - that it has no effect to change the font of a Gtk::Button, because the Button does not write the text in it. The text is written by a Label, which is the child of the Button. You must change the Label's font. |