Constructor

GtkToolItemGroupnew

since: 2.20

Declaration [src]

GtkWidget*
gtk_tool_item_group_new (
  const gchar* label
)

Description [src]

Creates a new tool item group with label label.

Available since: 2.20

Parameters

label

Type: const gchar*

The label of the new group.

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

Return value

Type: GtkWidget

A new GtkToolItemGroup.

The data is owned by the called function.