signal callback delegate or function to connect
void callback(gtk.tree_path.TreePath path, gtk.tree_iter.TreeIter iter, gtk.tree_model.TreeModel treeModel)
path a gtk.tree_path.TreePath identifying the changed row (optional)
iter a valid gtk.tree_iter.TreeIter pointing to the changed row (optional)
treeModel the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to RowChanged signal.
This signal is emitted when a row in the model has changed.