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 gtk:action-always-show-image function returns whether the action menu item proxies will ignore the gtk-menu-images setting and always show their image, if available. The (setf gtk:action-always-show-image) function sets the property. Use this if the menu item would be useless or hard to use without their image.

Warning

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

See also

2024-9-26