stopEditing

open fun stopEditing(canceled: Boolean)(source)

⚠️ Deprecated ⚠️

This is deprecated since version 4.10.

---

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_cell_area_get_edited_cell() and gtk_cell_area_get_edit_widget().

Parameters

canceled

whether editing was canceled.