Button.alwaysShowImage

Set alwaysShowImage property.

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

Parameters

propval bool

If true, the button will ignore the #GtkSettings:gtk-button-images setting and always show the image, if available.

Use this property if the button would be useless or hard to use without the image.