Signal
Gtk.TreeModel::rows-reordered
Declaration
void
rows_reordered (
GtkTreeModel self,
GtkTreePath* path,
GtkTreeIter* iter,
gpointer new_order,
gpointer user_data
)
Description [src]
This signal is emitted when the children of a node in the
GtkTreeModel
have been reordered.
Note that this signal is not emitted when rows are reordered by DND, since this is implemented by removing and then reinserting the row.
Default handler: | The default handler is called before the handlers added via |
Parameters
path |
GtkTreePath |
a |
|
Ownership is not transferred to the callee | |
iter |
GtkTreeIter |
a valid |
|
Ownership is not transferred to the callee | |
new_order |
gpointer |
an array of integers mapping the current position
of each child to its old position before the re-ordering,
i.e. |