FileChooserNative.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
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

titleTitle of the native
parentTransient parent of the native
actionOpen or save mode for the dialog
acceptLabeltext to go in the accept button, or null for the default
cancelLabeltext 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