TreeStore.iterDepth

Returns the depth of @iter. This will be 0 for anything on the root level, 1 for anything down a level, etc.

class TreeStore
int
iterDepth

Parameters

iter TreeIter

A valid #GtkTreeIter

Return Value

Type: int

The depth of @iter

Meta