FileChooserNative
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.20" ) ]
public FileChooserNative (string? title, Window? parent, FileChooserAction action, string? accept_label, string? cancel_label)
[ Version ( since = "3.20" ) ]
public FileChooserNative (string? title, Window? parent, FileChooserAction action, string? accept_label, string? cancel_label)
Creates a new FileChooserNative.
Parameters:
title |
Title of the native, or null |
parent |
Transient parent of the native, or null |
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 FileChooserNative |