Method

GtkFileChooserButtonset_title

since: 2.6

Declaration [src]

void
gtk_file_chooser_button_set_title (
  GtkFileChooserButton* button,
  const gchar* title
)

Description [src]

Modifies the title of the browse dialog used by button.

Available since: 2.6

Parameters

title

Type: const gchar*

The new browse dialog title.

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