Method

GtkToolItemGroupinsert

since: 2.20

Declaration [src]

void
gtk_tool_item_group_insert (
  GtkToolItemGroup* group,
  GtkToolItem* item,
  gint position
)

Description [src]

Inserts item at position in the list of children of group.

Available since: 2.20

Parameters

item

Type: GtkToolItem

The GtkToolItem to insert into group.

The data is owned by the caller of the method.
position

Type: gint

The position of item in group, starting with 0. The position -1 means end of list.