Constructor
GtkToolItemGroupnew
since: 2.20
Declaration [src]
GtkWidget*
gtk_tool_item_group_new (
const gchar* label
)
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. |