summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/libpanel-util/panel-gtk.h')
-rw-r--r--mate-panel/libpanel-util/panel-gtk.h5
1 files changed, 5 insertions, 0 deletions
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