TreeModelT.iterNChildren

Returns the number of children that iter has. As a special case, if iter is NULL, then the number of toplevel nodes is returned.

template TreeModelT(TStruct)
int
iterNChildren

Parameters

iter TreeIter

The GtkTreeIter, or NULL. [allow-none]

Return Value

Type: int

The number of children of iter.

Meta