Package: gtk
Function gtk-file-filter-name
Lambda Listgtk-file-filter-name (filter) Syntax(gtk-file-filter-name filter) => name (setf (gtk-file-filter-name filter) name) Argumentsfilter -- 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 function gtk-file-filter-name gets the human readable name for the file filter. The function (setf gtk-file-filter-name) sets the human readable name of the file filter. This is the string that will be displayed in the file selector user interface if there is a selectable list of filters. | See also |
*2021-1-29