From ed46e154e2e2a4083baa2f13009e204f07f15a0c Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Fri, 2 Mar 2018 10:20:50 +0100 Subject: rename mate_dialog_add_button to eel_dialog_add_button --- eel/eel-stock-dialogs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'eel/eel-stock-dialogs.h') diff --git a/eel/eel-stock-dialogs.h b/eel/eel-stock-dialogs.h index 8c138a14..d61c1bb1 100644 --- a/eel/eel-stock-dialogs.h +++ b/eel/eel-stock-dialogs.h @@ -49,6 +49,10 @@ int eel_run_simple_dialog (GtkWidget *parent, const char *primary_text, const char *secondary_text, ...); +void eel_dialog_add_button (GtkDialog *dialog, + const gchar *button_text, + const gchar *icon_name, + gint response_id); /* Variations on mate stock dialogs; these do line wrapping, we don't * bother with non-parented versions, we allow setting the title, -- cgit v1.2.1