TreeModelIF.addOnRowsReordered

This signal is emitted when the children of a node in the gtk.TreeModel 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.

interface TreeModelIF
gulong
addOnRowsReordered
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)