Package: gtk

Accessor gtk:button-always-show-image

Lambda List

gtk:button-always-show-image (object)

Syntax

(gtk:button-always-show-image object) => setting
(setf (gtk:button-always-show-image object) setting)

Arguments

object -- a gtk:button widget
setting -- true if the button should always show the image

Details

The accessor for the always-show-image slot gets or sets whether the button will ignore the gtk-button-images setting and always show the image, if available. Use this property if the button would be useless or hard to use without the image.
 

See also

2026-06-21