FileChooserNative  
  constructor(title: String? = null, parent: Window? = null, action: FileChooserAction, acceptLabel: String? = null, cancelLabel: String? = null)(source)
⚠️ Deprecated ⚠️
This is deprecated since version 4.10.
Use class@Gtk.FileDialog instead
---Creates a new GtkFileChooserNative.
Return
a new GtkFileChooserNative
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
constructor(gtkFileChooserNativePointer: <Error class: unknown class><<Error class: unknown class>>)(source)