Method
GtkTreeSelectionunselect_path
Declaration [src]
void
gtk_tree_selection_unselect_path (
GtkTreeSelection* selection,
GtkTreePath* path
)
Description [src]
Unselects the row at path.
| Deprecated since: | 4.10 |
Use GtkListView or GtkColumnView. | |
Parameters
path |
GtkTreePath |
The |
|
| The data is owned by the caller of the function. |