TreeRowReference.reordered

Lets a set of row reference created by gtk_tree_row_reference_new_proxy() know that the model emitted the "rows_reordered" signal.

class TreeRowReference
static
void
reordered

Parameters

proxy ObjectG

A GObject

path TreePath

The parent path of the reordered signal

iter TreeIter

The iter pointing to the parent of the reordered

newOrder int[]

The new order of rows

Meta