Gtk.CellEditable.prototype.start_editing
function start_editing(event:Gdk.Event):void { // Gjs wrapper for gtk_cell_editable_start_editing() }
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