cell, or null if editing is not possible
CellRenderer.startEditing
gtk.cell_editable.CellEditable startEditing(gdk.event.Event event, gtk.widget.Widget widget, string path, gdk.rectangle.Rectangle backgroundArea, gdk.rectangle.Rectangle cellArea, gtk.types.CellRendererState flags)Starts editing the contents of this cell, through a new #GtkCellEditable widget created by the #GtkCellRendererClass.start_editing virtual function.
Parameters
event | a #GdkEvent |
widget | widget that received the event |
path | widget-dependent string representation of the event location; e.g. for #GtkTreeView, a string representation of #GtkTreePath |
backgroundArea | background area as passed to [gtk.cell_renderer.CellRenderer.render] |
cellArea | cell area as passed to [gtk.cell_renderer.CellRenderer.render] |
flags | render flags |
Returns
A new #GtkCellEditable for editing this