Gtk.CellRenderer.prototype.stop_editing
function stop_editing(canceled:Boolean):void { // Gjs wrapper for gtk_cell_renderer_stop_editing() }
Informs the cell renderer that the editing is stopped. If canceled is true, the cell renderer will emit the Gtk.editing-canceled signal.
This function should be called by cell renderer implementations in response to the Gtk.CellEditable::editing-done signal of Gtk.CellEditable.
Since 2.6
- canceled
true if the editing has been canceled