Method

GtkMenuItemset_label

since: 2.16

Declaration [src]

void
gtk_menu_item_set_label (
  GtkMenuItem* menu_item,
  const gchar* label
)

Description [src]

Sets text on the menu_item label.

Available since: 2.16

Sets propertyGtk.MenuItem:label

Parameters

label

Type: const gchar*

The text you want to set.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.