editing-canceled

The "editing-canceled" signal is emitted when the user cancels the process of editing a cell. For example, an editable cell renderer could be written to cancel editing when the user presses Escape. Also see the editing_canceled() method.

Callback function

void callback(GtkCellRenderer cellrenderer);