gtk.FileChooserDialog is a dialog box suitable for use with “File/Open” or “File/Save as” commands. This widget works by putting a gtk.FileChooserWidget inside a gtk.Dialog It exposes the GtkFileChooser interface, so you can use all of the GtkFileChooser functions on the file chooser dialog as well as those for gtk.Dialog
Undocumented in source.