setCursorOnCell

open fun setCursorOnCell(path: TreePath, focusColumn: TreeViewColumn? = null, focusCell: CellRenderer? = null, startEditing: Boolean)

Sets the current keyboard focus to be at @path, and selects it. This is useful when you want to focus the user’s attention on a particular row. If

Parameters

path

A GtkTreePath

focusColumn

A GtkTreeViewColumn

focusCell

A GtkCellRenderer

startEditing

true if the specified cell should start being edited.