gtkImageMenuItemSetImage(object, image = NULL)
gtkImageMenuItemGetImage(object)
gtkImageMenuItemNew(show = TRUE)
gtkImageMenuItemNewFromStock(stock.id, accel.group, show = TRUE)
gtkImageMenuItemNewWithLabel(label, show = TRUE)
gtkImageMenuItemNewWithMnemonic(label, show = TRUE)
gtkImageMenuItem(label, stock.id, accel.group, show = TRUE)
gtkImageMenuItem
is the result of collapsing the constructors of GtkImageMenuItem
(gtkImageMenuItemNew
, gtkImageMenuItemNewWithLabel
, gtkImageMenuItemNewWithMnemonic
, gtkImageMenuItemNewFromStock
) and accepts a subset of its arguments matching the required arguments of one of its delegate constructors.