Package: gtk

Function gtk:cell-area-stop-editing

Lambda List

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

Arguments

area -- a gtk:cell-area object
canceled -- a boolean whether editing was canceled

Details

Explicitly stops the editing of the currently edited cell. If the canceled argument is true, the currently edited cell renderer will emit the "editing-canceled" signal, otherwise the "editing-done" signal will be emitted on the current edit widget.

See the gtk:cell-area-edited-cell and gtk:cell-area-edit-widget functions.
 

See also

#2023-3-16