GtkFileChooserDialog
A standard dialog box to choose a file.
Object Hierarchy
GObject
`-- GtkObject
`-- GtkWidget
`-- GtkContainer
`-- GtkBin
`-- GtkWindow
`-- GtkDialog
`-- GtkFileChooserDialog
Implemented Interfaces
Description
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.
Constructors
GtkFileChooserDialog ([ GtkAdjustment string title [, GtkWindow parent [, GtkFileChooserAction action [, array buttons (string title, GtkResponseType response, ...) [, string backend ]]]]]);-- Creates a new GtkFileChooserDialog.