MessageDialog.addResponse

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 signalMessageDialog::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.

class MessageDialog
void
addResponse
(
string id
,
string label
)

Parameters

id string

the response ID

label string

the response label