Gtk.TreeModel::row-inserted
function callback(tree_model, path:Gtk.TreePath, iter:Gtk.TreeIter, ):void;
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.
- tree_model
instance of Gtk.TreeModel that is emitting the signal
- path
a Gtk.TreePath identifying the new row
- iter
a valid Gtk.TreeIter pointing to the new row