Package: gtk

Accessor gtk:recent-chooser-show-icons

Lambda List

gtk:recent-chooser-show-icons (object)

Syntax

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

Arguments

chooser -- a gtk:recent-chooser object
show-icons -- a boolean whether to show an icon near the resource

Details

Accessor of the slot show-icons of the gtk:recent-chooser class. The gtk:recent-chooser-show-icons function retrieves whether chooser should show an icon near the resource. The (setf gtk:recent-chooser-show-icons) function sets whether chooser should show an icon near the resource when displaying it.
 

See also

#2023-3-24