Method
GtkTreeViewrow_activated
Declaration [src]
void
gtk_tree_view_row_activated (
GtkTreeView* tree_view,
GtkTreePath* path,
GtkTreeViewColumn* column
)
Description [src]
Activates the cell determined by path
and column
.
Deprecated since: | 4.10 |
Use |
Parameters
path |
GtkTreePath |
The |
|
The data is owned by the caller of the function. | |
column |
GtkTreeViewColumn |
The |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |