FileChooserButton.this

Creates a new file-selecting button widget.

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

Parameters

title string

the title of the browse dialog.

action GtkFileChooserAction

the open mode for the widget.

Return Value

a new button widget.

Throws

ConstructionException GTK+ fails to create the object.

Meta