Package: gtk

Function gtk:file-filter-name

Lambda List

gtk:file-filter-name (filter)

Syntax

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

Arguments

filter -- 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 human readable name of the file filter. The gtk:file-filter-name function gets the human readable name for the file filter. The (setf gtk:file-filter-name) function sets the human readable name. This is the string that will be displayed in the file selector user interface if there is a selectable list of filters.
 

See also

2023-6-11