Gtk.CellRenderer.prototype.start_editing

function start_editing(event:Gdk.Event, widget:Gtk.Widget, path:String, background_area:Gdk.Rectangle, cell_area:Gdk.Rectangle, flags:Gtk.CellRendererState):Gtk.CellEditable {
    // Gjs wrapper for gtk_cell_renderer_start_editing()
}

Passes an activate event to the cell renderer for possible processing.

event

a Gdk.Event

widget

widget that received the event

path

widget-dependent string representation of the event location; e.g. for Gtk.TreeView, a string representation of Gtk.TreePath

background_area

background area as passed to Gtk.CellRenderer.prototype.render

cell_area

cell area as passed to Gtk.CellRenderer.prototype.render

flags

render flags

Returns

A new Gtk.CellEditable, or null