TreeModel.getIterFirst
bool getIterFirst(out gtk.tree_iter.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
iter | the uninitialized #GtkTreeIter-struct |
Returns
true, if iter was set