Method

GtkFontDialogButtonset_font_desc

Declaration [src]

void
gtk_font_dialog_button_set_font_desc (
  GtkFontDialogButton* self,
  const PangoFontDescription* font_desc
)

Description [src]

Sets the font of the button.

Available since:4.10

Parameters

font_desc PangoFontDescription
 

The new font.

 The data is owned by the caller of the function.