TreeModelT.addOnRowsReordered

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.

template TreeModelT(TStruct)
gulong
addOnRowsReordered
(
void delegate
(,,
void*
,
TreeModelIF
)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Meta