CellRenderer.startEditing

Passes an activate event to the cell renderer for possible processing.

Parameters

event Event

a #GdkEvent

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 GdkRectangle*

background area as passed to gtk_cell_renderer_render()

cellArea GdkRectangle*

cell area as passed to gtk_cell_renderer_render()

flags GtkCellRendererState

render flags

Return: A new #GtkCellEditable, or %NULL

Meta