Method

GtkInfoBaradd_buttons

since: 2.18

Declaration [src]

void
gtk_info_bar_add_buttons (
  GtkInfoBar* info_bar,
  const gchar* first_button_text,
  ...
)

Description [src]

Adds more buttons, same as calling gtk_info_bar_add_button() repeatedly. The variable argument list should be NULL-terminated as with gtk_info_bar_new_with_buttons(). Each button must have both text and response ID.

Available since: 2.18

This method is not directly available to language bindings.

Parameters

first_button_text

Type: const gchar*

Button text or stock ID.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
...

Type: 

Response ID for first button, then more text-response_id pairs, ending with NULL.