Method
AdwAlertDialogset_default_response
since: 1.5
Declaration [src]
void
adw_alert_dialog_set_default_response (
AdwAlertDialog* self,
const char* response
)
Description [src]
Sets the ID of the default response of self
.
If set, pressing Enter will activate the corresponding button.
If set to NULL
or to a non-existent response ID, pressing Enter
will do nothing.
Available since: 1.5
Sets property | Adw.AlertDialog:default-response |