CellArea.stopEditing

void stopEditing(bool canceled)

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.CellArea.getEditedCell and gtk.cell_area.CellArea.getEditWidget.

Parameters

canceledwhether editing was canceled.