iter_children


Description:

public bool iter_children (out TreeIter first, TreeIter? parent)

Get an iterator to the first child of a parent

return first parent description
true valid null First iterator of the root
true valid valid First iterator of the parent
false invalid null Root has no children
false invalid valid Parent has no children
false invalid invalid Logic error

Parameters:

first

An iterator to the first child of the parent or invalid if the parent has no children. This invalid iterator is indicated by the return value.

parent

An iterator to the parent or null if the root

Returns:

True when first represents a valid iterator