[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "2.4" ) ]
public FileChooserDialog (string? title, Window? parent, FileChooserAction action, ...)
Creates a new FileChooserDialog.
This function is analogous to Dialog.with_buttons.
title |
Title of the dialog, or null |
parent |
Transient parent of the dialog, or null |
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 |
stock ID or text to go in the first button, or null |
a new FileChooserDialog |