Constructor

GtkFileChooserButtonnew

since: 2.6

Declaration [src]

GtkWidget*
gtk_file_chooser_button_new (
  const gchar* title,
  GtkFileChooserAction action
)

Description [src]

Creates a new file-selecting button widget.

Available since: 2.6

Parameters

title

Type: const gchar*

The title of the browse dialog.

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

Type: GtkFileChooserAction

The open mode for the widget.

Return value

Type: GtkWidget

A new button widget.

The data is owned by the called function.