Method

GtkAlertDialogset_buttons

unstable since: 4.10

Declaration [src]

void
gtk_alert_dialog_set_buttons (
  GtkAlertDialog* self,
  const char* const* labels
)

Description [src]

Sets the button labels for the alert.

Available since: 4.10

Parameters

labels

Type: const char* const*

The new button labels.

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