TreeModelIF.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.

interface TreeModelIF
int
iterNChildren

Parameters

iter TreeIter

the GtkTreeIter, or NULL. [allow-none]

Return Value

Type: int

the number of children of iter

Meta