FileChooserDialog.this

Creates a new GtkFileChooserDialog. This function is analogous to gtk_dialog_new_with_buttons(). Since 2.4

  1. this(GtkFileChooserDialog* gtkFileChooserDialog)
  2. this(string title, Window parent, FileChooserAction action, string[] buttonsText, ResponseType[] responses)
    class FileChooserDialog
    this
  3. this(string title, Window parent, GtkFileChooserAction action, string backend, string[] buttonsText, ResponseType[] responses)

Parameters

title string

Title of the dialog, or NULL

parent Window

Transient parent of the dialog, or NULL

action FileChooserAction

Open or save mode for the dialog

buttonsText string[]

text to go in the buttons

responses ResponseType[]

response ID's for the buttons

Throws

ConstructionException GTK+ fails to create the object.

Meta