Method

GtkInfoBarset_show_close_button

since: 3.10

Declaration [src]

void
gtk_info_bar_set_show_close_button (
  GtkInfoBar* info_bar,
  gboolean setting
)

Description [src]

If true, a standard close button is shown. When clicked it emits the response GTK_RESPONSE_CLOSE.

Available since: 3.10

Parameters

setting

Type: gboolean

TRUE to include a close button.