GtkFontButton::set_show_style

void set_show_style(bool show_style);

Use this method to set whether the font style selected by the font selection dialog, such as bold or italics, will be shown on the GtkFontButton. Pass true as a parameter if you want it to, false otherwise.

See also: get_show_style()