[ Version ( since = "2.6" ) ]
public void stop_editing (bool canceled)
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 CellEditable.
this | |
canceled |
true if the editing has been canceled |