From a518a93b575372faee1a3da6aaa9f20cf2e10ec1 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Mon, 9 Apr 2018 20:47:07 +0200 Subject: avoid gtk_dialog_add_buttons with stock ids --- mate-panel/libpanel-util/panel-gtk.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mate-panel/libpanel-util/panel-gtk.h') diff --git a/mate-panel/libpanel-util/panel-gtk.h b/mate-panel/libpanel-util/panel-gtk.h index d4aa6b25..19950a71 100644 --- a/mate-panel/libpanel-util/panel-gtk.h +++ b/mate-panel/libpanel-util/panel-gtk.h @@ -35,6 +35,11 @@ extern "C" { void panel_gtk_file_chooser_add_image_preview (GtkFileChooser *chooser); +GtkWidget* panel_dialog_add_button (GtkDialog *dialog, + const gchar *button_text, + const gchar *icon_name, + gint response_id); + #ifdef __cplusplus } #endif -- cgit v1.2.1