Gtk.CellRendererText::edited
function callback(cell_renderer_text, path:String, new_text:String, ):void;
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.
- cell_renderer_text
instance of Gtk.CellRendererText that is emitting the signal
- path
the path identifying the edited cell
- new_text
the new text