Method
GtkImageMenuItemset_always_show_image
deprecated: 3.10 since: 2.16
Declaration [src]
void
gtk_image_menu_item_set_always_show_image (
GtkImageMenuItem* image_menu_item,
gboolean always_show
)
Description [src]
If TRUE
, the menu item will ignore the GtkSettings:gtk-menu-images
setting and always show the image, if available.
Use this property if the menuitem would be useless or hard to use without the image.
Available since: 2.16
Deprecated since: 3.10
Please do not use it in newly written code.
Sets property | Gtk.ImageMenuItem:always-show-image |