TreeView.rowActivated

void rowActivated(gtk.tree_path.TreePath path, gtk.tree_view_column.TreeViewColumn column = null)

Activates the cell determined by path and column.

Parameters

pathThe gtk.tree_path.TreePath to be activated.
columnThe gtk.tree_view_column.TreeViewColumn to be activated.

Deprecated