Use this property only if the menuitem would be useless or hard to use without the image.
ImageMenuItem.alwaysShowImage
bool alwaysShowImage() @propertyGet alwaysShowImage property.
Returns
If true, the menu item will always show the image, if available.
Deprecated
Use a #GtkMenuItem containing a #GtkBox with
a #GtkAccelLabel and a #GtkImage instead
void alwaysShowImage(bool propval) @propertySet alwaysShowImage property.
Parameters
propval | 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