Method

GtkInfoBarset_default_response

since: 2.18

Declaration [src]

void
gtk_info_bar_set_default_response (
  GtkInfoBar* info_bar,
  gint response_id
)

Description [src]

Sets the last widget in the info bar’s action area with the given response_id as the default widget for the dialog. Pressing “Enter” normally activates the default widget.

Note that this function currently requires info_bar to be added to a widget hierarchy.

Available since: 2.18

Parameters

response_id

Type: gint

A response ID.