diff options
author | Pablo Barciela <[email protected]> | 2018-03-02 10:20:50 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2018-03-03 12:04:31 +0100 |
commit | ed46e154e2e2a4083baa2f13009e204f07f15a0c (patch) | |
tree | a74f521652d9397b4a398b815048e324dfb5ef26 /eel/eel-stock-dialogs.h | |
parent | 4901253a0e740395aa7df52b225cda7f82bfe8d9 (diff) | |
download | caja-ed46e154e2e2a4083baa2f13009e204f07f15a0c.tar.bz2 caja-ed46e154e2e2a4083baa2f13009e204f07f15a0c.tar.xz |
rename mate_dialog_add_button to eel_dialog_add_button
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, |