signal callback delegate or function to connect
void callback(string path, string newText, gtk.cell_renderer_text.CellRendererText cellRendererText)
path the path identifying the edited cell (optional)
newText the new text (optional)
cellRendererText 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 Edited signal.
This signal is emitted after renderer has been edited.
It is the responsibility of the application to update the model and store new_text at the position indicated by path.