Package: gtk

Accessor gtk-image-menu-item-always-show-image

Lambda List

gtk-image-menu-item-always-show-image (object)

Syntax

(gtk-image-menu-item-always-show-image object) => always-show
(setf (gtk-image-menu-item-always-show-image object) always-show)

Arguments

object -- a gtk-image-menu-item widget
always-show -- true if the menu item should always show the image

Details

Accessor of the always-show-image slot of the gtk-image-menu-item class.

If true, the menu item will ignore the gtk-menu-images setting and always show the image, if available. Use this property if the menu item would be useless or hard to use without the image.

Warning

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

See also

2021-7-21