FileChooserDialog.this

Creates a new GtkFileChooserDialog with a specified backend. This is especially useful if you use gtk_file_chooser_set_local_only() to allow non-local files and you use a more expressive vfs, such as gnome-vfs, to load files. Since 2.4

  1. this(GtkFileChooserDialog* gtkFileChooserDialog)
  2. this(string title, Window parent, FileChooserAction action, string[] buttonsText, ResponseType[] responses)
  3. this(string title, Window parent, GtkFileChooserAction action, string backend, 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 GtkFileChooserAction

Open or save mode for the dialog

backend string

The name of the specific filesystem backend to use.

buttonsText string[]

text to go in the buttons

responses ResponseType[]

response ID's for the buttons

Throws

ConstructionException GTK+ fails to create the object.

See Also

GtkFileChooser, GtkDialog

Meta