Method GTK2.TreeStore()->iter_depth()
- Method
iter_depth
 
- intiter_depth(- GTK2.TreeIter- iter)
- Description
- Get the depth of iter. This will be 0 for anything on the root level, 1 for anything down a level, and so on. 
int iter_depth(GTK2.TreeIter iter)
Get the depth of iter. This will be 0 for anything on the root level, 1 for anything down a level, and so on.