Method
GtkToolItemGroupset_item_position
since: 2.20
Declaration [src]
void
gtk_tool_item_group_set_item_position (
GtkToolItemGroup* group,
GtkToolItem* item,
gint position
)
Parameters
item-
Type:
GtkToolItemThe
GtkToolItemto move to a new position, should be a child ofgroup.The data is owned by the caller of the method. position-
Type:
gintThe new position of
itemingroup, starting with 0. The position -1 means end of list.