summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-gtk.h
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-04-17 00:33:53 +0200
committerlukefromdc <[email protected]>2018-04-17 23:34:28 -0400
commit49a3b4a3a5f233d99aa1ee42b0ea3241cc23a038 (patch)
treedc79724088005cff7a95a3bd51cdecbaa08bd65f /mate-panel/libpanel-util/panel-gtk.h
parent82486801f650d6c756a9a38fbecc7b0bcdb54406 (diff)
downloadmate-panel-49a3b4a3a5f233d99aa1ee42b0ea3241cc23a038.tar.bz2
mate-panel-49a3b4a3a5f233d99aa1ee42b0ea3241cc23a038.tar.xz
avoid 'gtk_file_chooser_dialog_new' with stock ids
Diffstat (limited to 'mate-panel/libpanel-util/panel-gtk.h')
-rw-r--r--mate-panel/libpanel-util/panel-gtk.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mate-panel/libpanel-util/panel-gtk.h b/mate-panel/libpanel-util/panel-gtk.h
index 19950a71..078dcb05 100644
--- a/mate-panel/libpanel-util/panel-gtk.h
+++ b/mate-panel/libpanel-util/panel-gtk.h
@@ -40,6 +40,12 @@ GtkWidget* panel_dialog_add_button (GtkDialog *dialog,
const gchar *icon_name,
gint response_id);
+GtkWidget* panel_file_chooser_dialog_new (const gchar *title,
+ GtkWindow *parent,
+ GtkFileChooserAction action,
+ const gchar *first_button_text,
+ ...);
+
#ifdef __cplusplus
}
#endif