Method

GtkFileDialogset_title

Declaration [src]

void
gtk_file_dialog_set_title (
  GtkFileDialog* self,
  const char* title
)

Description [src]

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

Available since:4.10
Sets propertyGtk.FileDialog: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.