Package: gtk

Accessor gtk:recent-chooser-show-not-found

Lambda List

gtk:recent-chooser-show-not-found (object)

Syntax

(gtk:recent-chooser-show-not-found objet) => show-not-found
(setf (gtk:recent-chooser-show-not-found object) show-not-found)

Arguments

chooser -- a gtk:recent-chooser object
show-not-found -- a boolean whether to show the local items we did not find

Details

Accessor of the show-not-found slot of the gtk:recent-chooser class. The gtk:recent-chooser-show-not-found function retrieves whether chooser should show the recently used resources that were not found. The (setf gtk:recent-chooser-show-not-found) function sets whether chooser should display the recently used resources that it did not find. This only applies to local resources.
 

See also

#2023-3-24