Package: gtk

Accessor gtk:image-use-fallback

Lambda List

gtk:image-use-fallback (object)

Syntax

(gtk:image-use-fallback object) => setting
(setf (gtk:image-use-fallback object) setting)

Arguments

object -- a gtk:image widget
setting -- a boolean whether to use standard icon names fallback

Details

The accessor for the use-fallback slot of the gtk:image class gets or sets whether the icon displayed in the gtk:image widget will use standard icon names fallback. The value of this property is only relevant for images of :icon-name and :gicon type.
 

See also

2025-08-03