Gtk.CellRenderer::editing-canceled
function callback(cell_renderer, ):void;
This signal gets 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.
See also: Gtk.CellRenderer.prototype.stop_editing.
Since 2.4
- cell_renderer
instance of Gtk.CellRenderer that is emitting the signal