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

Accessor of the use-fallback slot of the gtk:image class. 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

2024-4-25