Method
Gtk.Dialog.add_buttons
Declaration [src]
void
gtk_dialog_add_buttons (
  GtkDialog* dialog,
  const char* first_button_text,
  ...
)
Description [src]
Adds multiple buttons.
This is the same as calling gtk_dialog_add_button()
repeatedly. The variable argument list should be NULL-terminated
as with [new@Gtk.Dialog.new_with_buttons]. Each button must have both
text and response ID.