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 with the human-readable name for the filter, or nil to remove any existing name

Details

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

See also

2023-8-22