FileChooserDialog.this

Creates a new FileChooserDialog. This function is analogous to gtk_dialog_new_with_buttons().

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

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