ImageMenuItem.alwaysShowImage

Get alwaysShowImage property.

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

Return Value

Type: 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