Signal
GtkCellRendererText::edited
Declaration
void
edited (
GtkCellRendererText* self,
gchar* path,
gchar* new_text,
gpointer user_data
)
Description [src]
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
.
Default handler: The default handler is called after the handlers added via |