Gtk.CellArea.prototype.set_focus_cell
function set_focus_cell(renderer:Gtk.CellRenderer):void { // Gjs wrapper for gtk_cell_area_set_focus_cell() }
Explicitly sets the currently focused cell to renderer.
This is generally called by implementations of Gtk.CellAreaClass.focus() or Gtk.CellAreaClass.event(), however it can also be used to implement functions such as Gtk.set_cursor_on_cell.
Since 3.0
- renderer
the Gtk.CellRenderer to give focus to