Method
GtkTreeViewrow_activated
Declaration [src]
void
gtk_tree_view_row_activated (
  GtkTreeView* tree_view,
  GtkTreePath* path,
  GtkTreeViewColumn* column
)
Parameters
- path
- 
            Type: GtkTreePathThe GtkTreePathto be activated.The data is owned by the caller of the function. 
- column
- 
            Type: GtkTreeViewColumnThe GtkTreeViewColumnto be activated.The argument can be NULL.The data is owned by the caller of the function.