Method
GtkTreeViewrow_activated
Declaration [src]
void
gtk_tree_view_row_activated (
GtkTreeView* tree_view,
GtkTreePath* path,
GtkTreeViewColumn* column
)
Parameters
path
-
Type:
GtkTreePath
The
GtkTreePath
to be activated.The data is owned by the caller of the method. column
-
Type:
GtkTreeViewColumn
The
GtkTreeViewColumn
to be activated.The data is owned by the caller of the method.