Package: gtk

Accessor gtk:file-chooser-filters

Lambda List

gtk:file-chooser-filters (object)

Syntax

(gtk:file-chooser-filters object) => filters

Arguments

object -- a gtk:file-chooser widget
filters -- a g:list-model object containing the current set of user-selectable filters

Details

Accessor of the filters slot of the gtk:file-chooser interface. The gtk:file-chooser-filters function gets the current set of user-selectable filters, as a list model. See the gtk:file-chooser-add-filter, and gtk:file-chooser-remove-filter functions.

Warning

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

See also

2024-5-20