CellRenderer.startEditing

Starts editing the contents of this cell, through a new gtk.cell_editable.CellEditable widget created by the gtk.cell_renderer.CellRendererClass.start_editing virtual function.

Parameters

eventa gdk.event.Event
widgetwidget that received the event
pathwidget-dependent string representation of the event location; e.g. for gtk.tree_view.TreeView, a string representation of gtk.tree_path.TreePath
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 gtk.cell_editable.CellEditable for editing this

cell, or null if editing is not possible