Method GTK2.TreeStore()->iter_depth()
classGTK2.TreeStore
- Method
iter_depth
intiter_depth(GTK2.TreeIteriter)- 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.
class GTK2.TreeStoreint 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.