ImageMenuItem.newWithLabel
gtk.image_menu_item.ImageMenuItem newWithLabel(string label)Creates a new #GtkImageMenuItem containing a label.
Parameters
label | the text of the menu item. |
Returns
a new #GtkImageMenuItem.
Deprecated
Use [gtk.menu_item.MenuItem.newWithLabel] instead.