Method
AdwMessageDialogset_default_response
deprecated: 1.6 since: 1.2
Declaration [src]
void
adw_message_dialog_set_default_response (
AdwMessageDialog* 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.2
Deprecated since: 1.6
Use AdwAlertDialog
.
Sets property | Adw.MessageDialog:default-response |