TreePath.from_indices
Description:
[ CCode ( has_construct_function = false , sentinel = "-1" ) ]
public TreePath.from_indices (...)
public TreePath.from_indices (...)
Creates a new path with first_index
and varargs
as indices.
Parameters:
... |
list of integers terminated by -1 |
first_index |
first integer |
Returns:
A newly created `GtkTreePath` |