Package: gtk

Accessor gtk:file-dialog-filters

Lambda List

gtk:file-dialog-filters (object)

Syntax

(gtk:file-dialog-filters object) => filters
(setf (gtk:file-dialog-filters object) filters)

Arguments

object -- a gtk:file-dialog object
filters -- a g:list-model object with the gtk:file-filter objects

Details

Accessor of the filters slot of the gtk:file-dialog class. The gtk:file-dialog-filters function gets the filters that will be offered to the user in the file chooser dialog. The (setf gtk:file-dialog-filters) function sets the filters.

Since 4.10
 

See also

2023-7-22