ImageMenuItem.alwaysShowImage

bool alwaysShowImage() @property nothrow

Get alwaysShowImage property.

Returns

If true, the menu item will always show the image, if available.

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

Deprecated

Use a #GtkMenuItem containing a #GtkBox with

a #GtkAccelLabel and a #GtkImage instead

void alwaysShowImage(bool propval) @property nothrow

Set alwaysShowImage property.

Parameters

propvalIf true, the menu item will always show the image, if available. Use this property only if the menuitem would be useless or hard to use without the image.

Deprecated

Use a #GtkMenuItem containing a #GtkBox with

a #GtkAccelLabel and a #GtkImage instead