Property
GtkImageMenuItem:always-show-image
deprecated: 3.10 since: 2.16
Description [src]
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.
Type:gboolean
Available since: 2.16
Deprecated since: 3.10
Use a GtkMenuItem
containing a GtkBox
with
a GtkAccelLabel
and a GtkImage
instead.
Default value | FALSE |
Getter method | gtk_image_menu_item_get_always_show_image() |
Setter method | gtk_image_menu_item_set_always_show_image() |