Method
GtkToolItemGroupinsert
since: 2.20
Declaration [src]
void
gtk_tool_item_group_insert (
GtkToolItemGroup* group,
GtkToolItem* item,
gint position
)
Parameters
item
-
Type:
GtkToolItem
The
GtkToolItem
to insert intogroup
.The data is owned by the caller of the method. position
-
Type:
gint
The position of
item
ingroup
, starting with 0. The position -1 means end of list.