add_buttons
Description:
public void add_buttons (...)
Adds multiple buttons.
Note:
Use [class@Gtk.Window] instead
This is the same as calling [method@Gtk.Dialog.add_button] repeatedly. The variable argument list should be null -terminated as with [ctor@Gtk.Dialog.new_with_buttons]. Each button must have both text and response ID.
Parameters:
| this |
a `GtkDialog` |
| ... |
response ID for first button, then more text-response_id pairs |
| first_button_text |
button text |