Gtk.CellArea.prototype.stop_editing
function stop_editing(canceled:Boolean):void { // Gjs wrapper for gtk_cell_area_stop_editing() }
Explicitly stops the editing of the currently edited cell.
If canceled is true, the currently edited cell renderer will emit the ::editing-canceled signal, otherwise the the ::editing-done signal will be emitted on the current edit widget.
See Gtk.CellArea.prototype.get_edited_cell and Gtk.CellArea.prototype.get_edit_widget.
Since 3.0
- canceled
whether editing was canceled.