CellRenderer.startEditing

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

Parameters

event Event
widget Widget

widget that received the event

path string

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

backgroundArea GdkRectangle*

background area as passed to CellRenderer.render

cellArea GdkRectangle*

cell area as passed to CellRenderer.render

flags GtkCellRendererState

render flags

Return Value

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