FileChooserWidget.this

Creates a new gtk.FileChooserWidget This is a file chooser widget that can be embedded in custom windows, and it is the same widget that is used by gtk.FileChooserDialog

  1. this(GtkFileChooserWidget* gtkFileChooserWidget, bool ownedRef)
  2. this(GtkFileChooserAction action)
    class FileChooserWidget

Parameters

action GtkFileChooserAction

Open or save mode for the widget

Return Value

Throws

ConstructionException GTK+ fails to create the object.

Meta