FileChooserNative.this

Creates a new #GtkFileChooserNative.

  1. this(GtkFileChooserNative* gtkFileChooserNative, bool ownedRef)
  2. this(string title, Window parent, GtkFileChooserAction action, string acceptLabel, string cancelLabel)
    class FileChooserNative

Parameters

title string

Title of the native, or %NULL

parent Window

Transient parent of the native, or %NULL

action GtkFileChooserAction

Open or save mode for the dialog

acceptLabel string

text to go in the accept button, or %NULL for the default

cancelLabel string

text to go in the cancel button, or %NULL for the default

Return Value

a new #GtkFileChooserNative

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

3.20