GtkDialog::add_buttons

void add_buttons(array buttons);

Adds an array of buttons to the action_area of the dialog. buttons must be an array containing pairs of button labels and dialog reponses.

Calling add_buttons() is similar to calling add_button() many times.

See also: add_button()