GNOME Bugzilla – Bug 705372
gtk_image_menu_item_new_from_stock deprecation warning points to deprecated symbol
Last modified: 2013-08-14 00:42:42 UTC
gtk_image_menu_item_new_from_stock has this warning (https://developer.gnome.org/gtk3/3.9/GtkImageMenuItem.html#gtk-image-menu-item-new-from-stock): "gtk_image_menu_item_new_from_stock has been deprecated since version 3.10 and should not be used in newly-written code. Use gtk_image_menu_item_new() instead." gtk_image_menu_item_new has this warning (https://developer.gnome.org/gtk3/3.9/GtkImageMenuItem.html#gtk-image-menu-item-new): "gtk_image_menu_item_new has been deprecated since version 3.10 and should not be used in newly-written code. Use gtk_menu_item_new() instead." Is it fair to say that GtkImageMenuItem is completely deprecated, then?
Yes, it is completely deprecated