Package: gtk

Accessor gtk:settings-gtk-button-images

Lambda List

gtk:settings-gtk-button-images (object)

Syntax

(gtk:settings-gtk-button-images object) => setting
(setf gtk:settings-gtk-button-images object) setting)

Arguments

object -- a gtk:settings object
setting -- a boolean whether images should be shown on buttons

Details

Accessor of the gtk-button-images slot of the gtk:settings class. Whether images should be shown on buttons.

Warning

The gtk:settings-gtk-button-images function has been deprecated since version 3.10 and should not be used in newly written code. This setting is deprecated. Application developers control whether a button should show an icon or not, on a per-button basis. If a button should show an icon, use the always-show-image property of the gtk:button widget, and pack a gtk:image widget inside the button.
 

See also

2023-3-7