A standard dialog box to choose a file.
GObject
`-- GtkObject
`-- GtkWidget
`-- GtkContainer
`-- GtkBin
`-- GtkWindow
`-- GtkDialog
`-- GtkFileChooserDialog
The GtkFileChooserDialog provides a standard dialog box which allows the user to choose a file. The dialog box implements the GtkFileChooser widget to enable the user to choose a particular file.
Note that the GtkFileChooserDialog has no methods of its own other than its constructor.
GtkFileChooserDialog ([ GtkAdjustment string title [, GtkWindow parent [, GtkFileChooserAction action [, array buttons (string title, GtkResponseType response, ...) [, string backend ]]]]]);-- Creates a new GtkFileChooserDialog.