Package: gtk

Function gtk:file-chooser-files

Lambda List

gtk:file-chooser-files (chooser)

Arguments

chooser -- a gtk:file-chooser widget

Return Value

The g:list-model object containing a g:file object for each selected file and subfolder in the current folder.

Details

Lists all the selected files and subfolders in the current folder of the file chooser as a list of g:file objects.

Warning

The gtk:file-chooser implementation is deprecated since 4.10. Use the gtk:file-dialog object instead.
 

See also

2023-8-22