setCursor_

open fun setCursor_(path: TreePath, focusColumn: TreeViewColumn? = 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

startEditing

true if the specified cell should start being edited.