FileChooserNative.this
this
(string title, gtk.window.Window parent, gtk.types.FileChooserAction action, string acceptLabel = null, string cancelLabel = null)Creates a new [gtk.file_chooser_native.FileChooserNative].
Parameters
title | Title of the native |
parent | Transient parent of the native |
action | Open or save mode for the dialog |
acceptLabel | text to go in the accept button, or null for the default |
cancelLabel | text to go in the cancel button, or null for the default |
Returns
a new [gtk.file_chooser_native.FileChooserNative]
Deprecated
Use [gtk.file_dialog.FileDialog] instead