Virtual Method

Gtk.TreeView.row_activated

Declaration [src]

void
row_activated (
  GtkTreeView* tree_view,
  GtkTreePath* path,
  GtkTreeViewColumn* column
)

Description [src]

Activates the cell determined by path and column.

Parameters

path GtkTreePath
 

The GtkTreePath to be activated.

 Ownership is not transferred to the callee
column GtkTreeViewColumn
 

The GtkTreeViewColumn to be activated.

 Ownership is not transferred to the callee