CellRendererText.addOnEdited

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.

class CellRendererText
gulong
addOnEdited
(
void delegate
(
string
,
string
,)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)