diff options
Diffstat (limited to 'eel/eel-stock-dialogs.h')
-rw-r--r-- | eel/eel-stock-dialogs.h | 4 |
1 files changed, 4 insertions, 0 deletions
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, |