TreeModel.rowInserted
void rowInserted(gtk.tree_path.TreePath path, gtk.tree_iter.TreeIter iter)Emits the ::row-inserted signal on tree_model.
See gtk.tree_model.TreeModel.rowInserted.
Parameters
path | a gtk.tree_path.TreePath pointing to the inserted row |
iter | a valid gtk.tree_iter.TreeIter pointing to the inserted row |