Package: gtk

Function gtk:file-chooser-remove-shortcut-folder

Lambda List

gtk:file-chooser-remove-shortcut-folder (chooser folder)

Arguments

chooser -- a gtk:file-chooser widget
folder -- a namestring with the filename of the folder to remove

Return Value

True if the operation succeeds, false otherwise.

Details

Removes a folder from a file chooser's list of shortcut folders. See also the gtk:file-chooser-add-shortcut-folder function.

Warning

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

See also

#2024-11-21