CellRenderer.stopEditing

Informs the cell renderer that the editing is stopped. If canceled is TRUE, the cell renderer will emit the editing-canceled signal.

This function should be called by cell renderer implementations in response to the editing-done signal of GtkCellEditable

class CellRenderer
void
stopEditing
()

Parameters

canceled bool

TRUE if the editing has been canceled

Meta