summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-gtk.h
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-04-19 12:06:40 +0200
committerPablo Barciela <[email protected]>2018-04-19 12:06:40 +0200
commit86701517e7d7cb3d2c08a40d76af97308f18902c (patch)
treefd5800f952972d73284a8a67094af85f7b2f8a65 /mate-panel/libpanel-util/panel-gtk.h
parent49a3b4a3a5f233d99aa1ee42b0ea3241cc23a038 (diff)
downloadmate-panel-86701517e7d7cb3d2c08a40d76af97308f18902c.tar.bz2
mate-panel-86701517e7d7cb3d2c08a40d76af97308f18902c.tar.xz
panel-context-menu.c: avoid deprecated GtkImageMenuItem
avoid deprecated: gtk_image_menu_item_new_with_mnemonic gtk_image_menu_item_set_image
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