setCursor
open fun setCursor(path: TreePath, focusColumn: TreeViewColumn? = null, startEditing: Boolean)(source)
⚠️ Deprecated ⚠️
This is deprecated since version 4.10.
Use class@Gtk.ListView or class@Gtk.ColumnView instead
---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.