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:
GtkToolItem
The
GtkToolItem
to move to a new position, should be a child ofgroup
.The data is owned by the caller of the method. position
-
Type:
gint
The new position of
item
ingroup
, starting with 0. The position -1 means end of list.