Convenience method to create a deprecated ImageMenuItem and preconfigure it with the passed parameters.
In order to prevent G_GNUC_BEGIN_IGNORE_DEPRECATIONS in all xfce projects, this method can be used
| label_text |
Label to use for the ImageMenuItem |
| tooltip_text |
Tooltip to add on the passed item, or NULL |
| accel_path |
Unique path, used to identify the accelerator, or NULL |
| callback |
RadioActionCallback which will be triggered on activation, or NULL |
| callback_param |
optional callback parameter, or NULL. |
| image |
a widget to set as the image for the menu item, or NULL |
| menu_to_append_item |
MenuShell on which the item should be appended, or NULL |
|
A new ImageMenuItem. |