Package: gtk

Accessor gtk:recent-chooser-limit

Lambda List

gtk:recent-chooser-limit (object)

Syntax

(gtk:recent-chooser-limit objet) => limit
(setf (gtk:recent-chooser-limit object) limit)

Arguments

chooser -- a gtk:recent-chooser object
limit -- a positive integer, or -1 for all items

Details

Accessor of the limit slot of the gtk:recent-chooser class. The gtk:recent-chooser-limit function gets the number of items returned by the gtk:recent-chooser-items and gtk:recent-chooser-uris functions. The (setf gtk:recent-chooser-limit) function sets the number of items that should be returned by the gtk:recent-chooser-items and gtk:recent-chooser-uris functions.
 

See also

#2023-3-24