Constructor
GtkFileChooserDialognew
since: 2.4
Declaration [src]
GtkWidget*
gtk_file_chooser_dialog_new (
const gchar* title,
GtkWindow* parent,
GtkFileChooserAction action,
const gchar* first_button_text,
...
)
Description [src]
Creates a new GtkFileChooserDialog. This function is analogous to gtk_dialog_new_with_buttons().
Available since: 2.4
This constructor is not directly available to language bindings.
Parameters
title-
Type:
const gchar*Title of the dialog, or
NULL.The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. parent-
Type:
GtkWindowTransient parent of the dialog, or
NULL.The argument can be NULL.The data is owned by the caller of the function. action-
Type:
GtkFileChooserActionOpen or save mode for the dialog.
first_button_text-
Type:
const gchar*Stock ID or text to go in the first button, or
NULL.The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. ...-
Type:
Response ID for the first button, then additional (button, id) pairs, ending with
NULL.
Return value
Type: GtkWidget
A new GtkFileChooserDialog.
| The data is owned by the called function. |