Method

GtkAlertDialogset_buttons

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 An array of char*
 

The new button labels.

 The data is owned by the caller of the function.