Virtual Method
GtkTreeModelrows_reordered
Declaration [src]
void
rows_reordered (
  GtkTreeModel* tree_model,
  GtkTreePath* path,
  GtkTreeIter* iter,
  int* new_order
)
Description [src]
Emits the ::rows-reordered signal on tree_model.
See GtkTreeModel::rows-reordered.
This should be called by models when their rows have been reordered.
Parameters
- path
- 
            Type: GtkTreePathA GtkTreePathpointing to the tree node whose children have been reordered.The data is owned by the caller of the function. 
- iter
- 
            Type: GtkTreeIterA valid GtkTreeIterpointing to the node whose children have been reordered, orNULLif the depth ofpathis 0The data is owned by the caller of the function. 
- new_order
- 
            Type: int*An array of integers mapping the current position of each child to its old position before the re-ordering, i.e. new_order``[newpos] = oldposThe data is owned by the caller of the function.