CellRenderer.startEditing

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

Parameters

event gdk.event.Event

a #GdkEvent

widget gtk.widget.Widget

widget that received the event

path string

widget-dependent string representation of the event location; e.g. for #GtkTreeView, a string representation of #GtkTreePath

backgroundArea gdk.rectangle.Rectangle

background area as passed to gtk.cell_renderer.CellRenderer.render

cellArea gdk.rectangle.Rectangle
flags gtk.types.CellRendererState

render flags

Return Value

Type: gtk.cell_editable.CellEditable

A new #GtkCellEditable for editing this cell, or null if editing is not possible