summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-gtk.h
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-04-22 15:31:49 +0200
committerraveit65 <[email protected]>2018-05-07 16:06:52 +0200
commit8e196dacf877b90303c0d447f089d98373b37960 (patch)
treebc8cea1400753c67708b93bf52ad3bf54266deea /mate-panel/libpanel-util/panel-gtk.h
parent83be983eb6b57ffe8c2ebfb3701bcbe16926ad08 (diff)
downloadmate-panel-8e196dacf877b90303c0d447f089d98373b37960.tar.bz2
mate-panel-8e196dacf877b90303c0d447f089d98373b37960.tar.xz
applet.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.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 80188aed..3703e5a4 100644
--- a/mate-panel/libpanel-util/panel-gtk.h
+++ b/mate-panel/libpanel-util/panel-gtk.h
@@ -49,6 +49,11 @@ GtkWidget* panel_file_chooser_dialog_new (const gchar *title,
GtkWidget* panel_image_menu_item_new_from_icon (const gchar *icon_name,
const gchar *label_name);
+GtkWidget* panel_image_menu_item_new_from_gicon (GIcon *gicon,
+ const gchar *label_name);
+
+GtkWidget* panel_check_menu_item_new (GtkWidget *widget_check);
+
#ifdef __cplusplus
}
#endif