FileChooserNative

constructor(title: String? = null, parent: Window? = null, action: FileChooserAction, acceptLabel: String? = null, cancelLabel: String? = null)

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(pointer: <Error class: unknown class><<Error class: unknown class>>)