FileChooserNative
Description:
[ CCode ( has_construct_function = false ) ]
public FileChooserNative (string? title, Window? parent, FileChooserAction action, string? accept_label, string? cancel_label)
public FileChooserNative (string? title, Window? parent, FileChooserAction action, string? accept_label, string? cancel_label)
Creates a new `GtkFileChooserNative`.
Note:
Use [class@Gtk.FileDialog] instead
Parameters:
title |
Title of the native |
parent |
Transient parent of the native |
action |
Open or save mode for the dialog |
accept_label |
text to go in the accept button, or null for the default |
cancel_label |
text to go in the cancel button, or null for the default |
Returns:
a new `GtkFileChooserNative` |