Package: gtk

Accessor gtk:cell-editable-editing-canceled

Lambda List

gtk:cell-editable-editing-canceled (object)

Syntax

(gtk:cell-editable-editing-canceled object) => canceled
(setf (gtk:cell-editable-editing-canceled object) canceled)

Arguments

object -- a gtk:cell-editable object
canceled -- a boolean whether editing on the cell has been canceled

Details

The accessor for the editing-canceled slot of the gtk:cell-editable class gets or sets whether editing on the cell has been canceled.

Warning

The gtk:cell-editable implementation is deprecated since 4.10, Please do not use it in newly written code.
 

See also

#2025-08-17