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.