Package: gtk

Function gtk:cell-renderer-stop-editing

Lambda List

gtk:cell-renderer-stop-editing (renderer canceled)

Arguments

renderer -- a gtk:cell-renderer object
canceled -- true if the editing has been canceled

Details

Informs the cell renderer that the editing is stopped. If the canceled argument 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 the gtk:cell-editable widget.
 

See also

#2024-3-15