Method

GtkToolItemGroupset_item_position

since: 2.20

Declaration [src]

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

Description [src]

Sets the position of item in the list of children of group.

Available since: 2.20

Parameters

item

Type: GtkToolItem

The GtkToolItem to move to a new position, should be a child of group.

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

Type: gint

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