Method

GtkFontDialogset_title

Declaration [src]

void
gtk_font_dialog_set_title (
  GtkFontDialog* self,
  const char* title
)

Description [src]

Sets the title that will be shown on the font chooser dialog.

Available since:4.10
Sets propertyGtk.FontDialog:title

Parameters

title const char*
 

The new title.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.