Method

GtkMenuItemget_label

since: 2.16

Declaration [src]

const gchar*
gtk_menu_item_get_label (
  GtkMenuItem* menu_item
)

Description [src]

Sets text on the menu_item label.

Available since: 2.16

Gets propertyGtk.MenuItem:label

Return value

Type: const gchar*

The text in the menu_item label. This is the internal string used by the label, and must not be modified.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.