ImageMenuItem.alwaysShowImage

Set alwaysShowImage property.

More...
  1. bool alwaysShowImage [@property getter]
  2. bool alwaysShowImage [@property setter]
    class ImageMenuItem
    @property
    void
    alwaysShowImage
    (
    bool propval
    )

Parameters

propval bool

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.

Detailed Description

Deprecated: Use a #GtkMenuItem containing a #GtkBox with a #GtkAccelLabel and a #GtkImage instead