FileChooserDialog


Description:

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

Creates a new `GtkFileChooserDialog`.

This function is analogous to [[email protected]_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`




2022 vala-language.org