Method

GtkActionset_always_show_image

deprecated: 3.10 since: 2.20

Declaration [src]

void
gtk_action_set_always_show_image (
  GtkAction* action,
  gboolean always_show
)

Description [src]

Sets whether actions menu item proxies will ignore the GtkSettings:gtk-menu-images setting and always show their image, if available.

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

Available since: 2.20

Deprecated since: 3.10

Use g_menu_item_set_icon() on a GMenuItem instead, if the item should have an image.

Parameters

always_show

Type: gboolean

TRUE if menuitem proxies should always show their image.