Virtual Method

GtkMenuItemset_label

since: 2.16

Declaration [src]

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

Description [src]

Sets text on the menu_item label.

Available since: 2.16

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.