Gtk.CellArea::add-editable
function callback(cell_area, renderer:Gtk.CellRenderer, editable:Gtk.CellEditable, cell_area:cairo.RectangleInt, path:String, ):void;
Indicates that editing has started on renderer and that editable should be added to the owning cell-layouting widget at cell_area.
Since 3.0
- cell_area
instance of Gtk.CellArea that is emitting the signal
- renderer
the Gtk.CellRenderer that started the edited
- editable
the Gtk.CellEditable widget to add
- cell_area
the Gtk.Widget relative Gdk.Rectangle coordinates where editable should be added
- path
the Gtk.TreePath string this edit was initiated for