FileChooserImpl
The FileChooserImpl type represents a native instance of the FileChooser interface.
Constructors
Properties
The type of operation that the file chooser is performing.
Whether a file chooser not in %GTK_FILE_CHOOSER_ACTION_OPEN mode will offer the user to create new folders.
Whether to allow multiple files to be selected.
A GListModel
containing the shortcut folders that have been added with gtk_file_chooser_add_shortcut_folder().
Functions
Adds @filter to the list of filters that the user can select between.
Adds a folder to be displayed with the shortcut folders in a file chooser.
Gets the type of operation that the file chooser is performing.
Gets whether file chooser will offer to create new folders.
Gets the current folder of @chooser as GFile
.
Gets the current name in the file selector, as entered by the user.
Gets the current filter.
Gets the current set of user-selectable filters, as a list model.
Gets whether multiple files can be selected in the file chooser.
Queries the list of shortcut folders in the file chooser.
Removes a 'choice' that has been added with gtk_file_chooser_add_choice().
Removes @filter from the list of filters that the user can select between.
Removes a folder from the shortcut folders in a file chooser.
Sets the type of operation that the chooser is performing.
Sets whether file chooser will offer to create new folders.
Sets the current folder for @chooser from a GFile
.
Sets the current name in the file selector, as if entered by the user.
Sets the current filter.
Sets whether multiple files can be selected in the file chooser.