:right-sidebar: True FileChooserAction =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: FileChooserAction :no-contents-entry: Describes whether a ``GtkFileChooser`` is being used to open existing files or to save to a possibly new file. Fields ------ .. rst-class:: interim-class .. class:: FileChooserAction :no-index: .. attribute:: OPEN Indicates open mode. The file chooser will only let the user pick an existing file. .. attribute:: SAVE Indicates save mode. The file chooser will let the user pick an existing file, or type in a new filename. .. attribute:: SELECT_FOLDER Indicates an Open mode for selecting folders. The file chooser will let the user pick an existing folder.