Package: gtk

Accessor gtk:recent-chooser-show-tips

Lambda List

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

Syntax

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

Arguments

chooser -- a gtk:recent-chooser object
show-tips -- true if tooltips should be shown

Details

Accessor of the show-tips slot of the gtk:recent-chooser class. The gtk:recent-chooser-show-tips function gets whether chooser should display tooltips containing the full path of a recently user resource. The (setf gtk:recent-chooser-show-tips) function sets whether to show a tooltips containing the full path of each recently used resource in a gtk:recent-chooser widget.
 

See also

#2023-3-24