Method

GtkButtonset_always_show_image

since: 3.6

Declaration [src]

void
gtk_button_set_always_show_image (
  GtkButton* button,
  gboolean always_show
)

Description [src]

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.

Available since: 3.6

Parameters

always_show

Type: gboolean

TRUE if the menuitem should always show the image.