editing-started

The "editing-started" signal is emitted when a cell starts to be edited. The intended use of this signal is to do special setup on editable, e.g. adding a GtkEntryCompletion or setting up additional columns in a GtkComboBox.

Callback function

void callback(GtkCellRenderer cellrenderer, GtkCellEditable editable, integer path);