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

Accessor of the always-show-image slot of the gtk-button class.

The gtk-button-always-show-image slot access function returns whether the button will ignore the gtk-button-images setting and always show the image, if available. The (setf gtk-button-always-show-image) slot access function sets the property.

Use this property if the button would be useless or hard to use without the image.
 

See also

2021-12-4