start_editing


Description:

public virtual unowned CellEditable? start_editing (Event? event, Widget widget, string path, Rectangle background_area, Rectangle cell_area, CellRendererState flags)

Starts editing the contents of this this, through a new `GtkCellEditable` widget created by the `GtkCellRenderer`Class.

start_editing virtual function.

Parameters:

this

a `GtkCellRenderer`

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`

background_area

background area as passed to gtk_cell_renderer_render

cell_area

cell area as passed to gtk_cell_renderer_render

flags

render flags

Returns:

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