FileChooserDialog


Description:

[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public FileChooserDialog (string? title, Window? parent, FileChooserAction action, ...)

Creates a new `GtkFileChooserDialog`.

Note:

Use [class@Gtk.FileDialog] instead

This function is analogous to [ctor@Gtk.Dialog.new_with_buttons].

Parameters:

title

Title of the dialog

parent

Transient parent of the dialog

action

Open or save mode for the dialog

...

response ID for the first button, then additional (button, id) pairs, ending with null

first_button_text

text to go in the first button

Returns:

a new `GtkFileChooserDialog`