onRowInserted

open fun onRowInserted(    connectFlags: <Error class: unknown class> = ConnectFlags(0u),     handler: (path: TreePath, iter: TreeIter) -> Unit): <Error class: unknown class>(source)

This signal is emitted when a new row has been inserted in the model.

Note that the row may still be empty at this point, since it is a common pattern to first insert an empty row, and then fill it with the desired values.

Parameters

connectFlags

a combination of ConnectFlags

handler

the Callback to connect. Params: path a GtkTreePath identifying the new row; iter a valid GtkTreeIter pointing to the new row