Package: gtk

Accessor gtk:file-filter-name

Lambda List

gtk:file-filter-name (object)

Syntax

(gtk:file-filter-name object) => name
(setf (gtk:file-filter-name object) name)

Arguments

object -- a gtk:file-filter object
name -- a string for the human-readable name for the filter, or nil to remove any existing name

Details

The accessor for the name slot of the gtk:file-filter class gets or sets the human-readable name for the file filter. This is the name that will be displayed in the file chooser if there is a selectable list of filters.
 

See also

2025-09-28