Gtk.TreeView.prototype.row_activated

function row_activated(path:Gtk.TreePath, column:Gtk.TreeViewColumn):void {
    // Gjs wrapper for gtk_tree_view_row_activated()
}

Activates the cell determined by path and column.

path

The Gtk.TreePath to be activated.

column

The Gtk.TreeViewColumn to be activated.