Package: gtk

Accessor gtk:image-use-fallback

Lambda List

gtk:image-use-fallback (object)

Syntax

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

Arguments

object -- a gtk:image widget
use-fallback -- 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

#2023-3-20