diff options
author | Pablo Barciela <[email protected]> | 2018-03-23 02:06:16 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-23 08:59:49 +0100 |
commit | 7c9b80c6fd4096f9bee465e60a28f7a8d7bf87f1 (patch) | |
tree | 192a6493676c9a0861d5f556e6f6d73392821bf1 /eel/eel-stock-dialogs.h | |
parent | 4fb359018441a9a80984a7a94be1a939efc51bde (diff) | |
download | caja-7c9b80c6fd4096f9bee465e60a28f7a8d7bf87f1.tar.bz2 caja-7c9b80c6fd4096f9bee465e60a28f7a8d7bf87f1.tar.xz |
avoid 'gtk_file_chooser_dialog_new' with stock ids
Diffstat (limited to 'eel/eel-stock-dialogs.h')
-rw-r--r-- | eel/eel-stock-dialogs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eel/eel-stock-dialogs.h b/eel/eel-stock-dialogs.h index b5f69715..74f61396 100644 --- a/eel/eel-stock-dialogs.h +++ b/eel/eel-stock-dialogs.h @@ -53,6 +53,11 @@ GtkWidget* eel_dialog_add_button (GtkDialog *dialog, const gchar *button_text, const gchar *icon_name, gint response_id); +GtkWidget* eel_file_chooser_dialog_new (const gchar *title, + GtkWindow *parent, + GtkFileChooserAction action, + const gchar *first_button_text, + ...); /* Variations on mate stock dialogs; these do line wrapping, we don't * bother with non-parented versions, we allow setting the title, |