MessageDialog.addResponse

void addResponse(string id, string label)

Adds a response with id and label to self.

Responses are represented as buttons in the dialog.

Response ID must be unique. It will be used in adw.message_dialog.MessageDialog.response to tell which response had been activated, as well as to inspect and modify the response later.

An embedded underline in label indicates a mnemonic.

adw.message_dialog.MessageDialog.setResponseLabel can be used to change the response label after it had been added.

adw.message_dialog.MessageDialog.setResponseEnabled and adw.message_dialog.MessageDialog.setResponseAppearance can be used to customize the responses further.

Parameters

idthe response ID
labelthe response label