FileChooserButton.this

Creates a new file-selecting button widget. Since 2.6

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

Parameters

title string

the title of the browse dialog.

action GtkFileChooserAction

the open mode for the widget.

Throws

ConstructionException GTK+ fails to create the object.

Meta