Gtk.CellEditable::start_editing

function vfunc_start_editing(event:Gdk.Event):void {
}

Begins editing on a cell_editable. event is the Gdk.Event that began the editing process. It may be null, in the instance that editing was initiated through programatic means.

event

A Gdk.Event, or null