CellRenderer.startEditing

Starts editing the contents of this cell, through a new #GtkCellEditable widget created by the #GtkCellRendererClass.start_editing virtual function.

Parameters

eventa #GdkEvent
widgetwidget that received the event
pathwidget-dependent string representation of the event location; e.g. for #GtkTreeView, a string representation of #GtkTreePath
backgroundAreabackground area as passed to [gtk.cell_renderer.CellRenderer.render]
cellAreacell area as passed to [gtk.cell_renderer.CellRenderer.render]
flagsrender flags

Returns

A new #GtkCellEditable for editing this

cell, or null if editing is not possible