TreeStore.reorder

Reorders the children of parent in tree_store to follow the order indicated by new_order. Note that this function only works with unsorted stores. Since 2.2

class TreeStore
void
reorder

Parameters

parent TreeIter

A GtkTreeIter.

newOrder int[]

an array of integers mapping the new position of each child to its old position before the re-ordering, i.e. new_ordernewpos = oldpos. array

Meta