Package: gtk

Accessor gtk-action-always-show-image

Lambda List

gtk-action-always-show-image (object)

Syntax

(gtk-action-always-show-image object) => always-show
(setf (gtk-action-always-show-image object) always-show)

Arguments

object -- a gtk-action object
always-show -- true if menu item proxies should always show their image

Details

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

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

Use this if the menu item would be useless or hard to use without their image.

Warning

The function gtk-action-always-show-image has been deprecated since version 3.10 and should not be used in newly written code.
 

See also

2021-7-20