Method
AdapMessageDialogadd_responses
since: 1.2
Declaration [src]
void
adap_message_dialog_add_responses (
AdapMessageDialog* self,
const char* first_id,
...
)
Description [src]
Adds multiple responses to self
.
This is the same as calling adap_message_dialog_add_response()
repeatedly.
The variable argument list should be NULL
-terminated list of response IDs
and labels.
Example:
adap_message_dialog_add_responses (dialog,
"cancel", _("_Cancel"),
"discard", _("_Discard"),
"save", _("_Save"),
NULL);
Available since: 1.2
This method is not directly available to language bindings.