Method

GtkToolItemGroupset_label

since: 2.20

Declaration [src]

void
gtk_tool_item_group_set_label (
  GtkToolItemGroup* group,
  const gchar* label
)

Description [src]

Sets the label of the tool item group. The label is displayed in the header of the group.

Available since: 2.20

Parameters

label

Type: const gchar*

The new human-readable label of of the group.

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