Handbook
Glossary
gtk_tree_selection_unselect_range ( tree_selection start_path end_path -- )
Vocabulary
gtk2
.
ffi
Inputs
tree_selection
an
object
start_path
an
object
end_path
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_tree_selection_unselect_range
( GtkTreeSelection* tree_selection, GtkTreePath* start_path,
GtkTreePath* end_path )