Gtk.CellArea::remove-editable

function callback(cell_area, renderer:Gtk.CellRenderer, editable:Gtk.CellEditable, ):void;

Indicates that editing finished on renderer and that editable should be removed from the owning cell-layouting widget.

Since 3.0

cell_area

instance of Gtk.CellArea that is emitting the signal

renderer

the Gtk.CellRenderer that finished editeding

editable

the Gtk.CellEditable widget to remove