set_item_position


Description:

public void set_item_position (ToolItem item, int position)

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

Parameters:

this

a ToolItemGroup

item

the ToolItem to move to a new position, should be a child of this.

position

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