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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mate-panel/libpanel-util/panel-gtk.h b/mate-panel/libpanel-util/panel-gtk.h
index 078dcb05..80188aed 100644
--- a/mate-panel/libpanel-util/panel-gtk.h
+++ b/mate-panel/libpanel-util/panel-gtk.h
@@ -46,6 +46,9 @@ GtkWidget* panel_file_chooser_dialog_new (const gchar *title,
const gchar *first_button_text,
...);
+GtkWidget* panel_image_menu_item_new_from_icon (const gchar *icon_name,
+ const gchar *label_name);
+
#ifdef __cplusplus
}
#endif