Action.alwaysShowImage

bool alwaysShowImage() @property nothrow

Get alwaysShowImage property.

Returns

If true, the action's menu item proxies will ignore the #GtkSettings:gtk-menu-images

setting and always show their image, if available.

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

Deprecated

There is no corresponding replacement when using

#GAction

void alwaysShowImage(bool propval) @property nothrow

Set alwaysShowImage property.

Parameters

propvalIf true, the action's menu item proxies will ignore the #GtkSettings:gtk-menu-images setting and always show their image, if available. Use this property if the menu item would be useless or hard to use without their image.

Deprecated

There is no corresponding replacement when using

#GAction