FileChooserDialog.this

Creates a new FileChooserDialog. This function is analogous to Dialog.newWithButtons.

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

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