ImageMenuItem.newWithLabel

Creates a new #GtkImageMenuItem containing a label.

More...
class ImageMenuItem
static
newWithLabel
(
string label
)

Parameters

label string

the text of the menu item.

Return Value

Type: gtk.image_menu_item.ImageMenuItem

a new #GtkImageMenuItem.

Detailed Description

Deprecated: Use gtk.menu_item.MenuItem.newWithLabel instead.