Package: gtk

Function gtk:recent-filter-name

Lambda List

gtk:recent-filter-name (filter)

Syntax

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

Arguments

filter -- a gtk:recent-filter object
name -- a string with the human readable name of filter

Details

The gtk:recent-filter-name function gets the human readable name for the filter. The (setf gtk:recent-filter-name) function sets the human readable name of the filter. This is the string that will be displayed in the recently used resources selector user interface if there is a selectable list of filters.
 

See also

#2023-3-24