get_iter_first
Description:
public bool get_iter_first (
out TreeIter iter)
Initializes iter
with the first iterator in the tree (the one at the path "0") and returns true
.
Returns false if the tree is empty.
Parameters:
this |
a TreeModel
|
iter |
the uninitialized TreeIter-struct
|
Returns: