Method
GtkTreeSelectionunselect_range
Declaration [src]
void
gtk_tree_selection_unselect_range (
  GtkTreeSelection* selection,
  GtkTreePath* start_path,
  GtkTreePath* end_path
)
Parameters
- start_path
- 
            Type: GtkTreePathThe initial node of the range. The data is owned by the caller of the function. 
- end_path
- 
            Type: GtkTreePathThe initial node of the range. The data is owned by the caller of the function.