Constructor

Gtk.FileChooserWidget.new

Declaration [src]

GtkWidget*
gtk_file_chooser_widget_new (
  GtkFileChooserAction action
)

Description [src]

Creates a new GtkFileChooserWidget.

This is a file chooser widget that can be embedded in custom windows, and it is the same widget that is used by GtkFileChooserDialog.

Parameters

action GtkFileChooserAction
 

Open or save mode for the widget

Return value

Returns: GtkWidget

a new GtkFileChooserWidget

Ownership is not transferred to the caller