FileChooserButton.this

Warning gtk_file_chooser_button_new_with_backend has been deprecated since version 2.14 and should not be used in newly-written code. Use gtk_file_chooser_button_new() instead. Creates a new file-selecting button widget using backend. Since 2.6

  1. this(GtkFileChooserButton* gtkFileChooserButton)
  2. this(string title, GtkFileChooserAction action)
  3. this(string title, GtkFileChooserAction action, string backend)
    class FileChooserButton
  4. this(Widget dialog)

Parameters

title string

the title of the browse dialog.

action GtkFileChooserAction

the open mode for the widget.

backend string

the name of the GtkFileSystem backend to use.

Throws

ConstructionException GTK+ fails to create the object.

Meta