Node.depth

Gets the depth of a glib.Node

If node is NULL the depth is 0. The root node has a depth of 1. For the children of the root node the depth is 2. And so on.

class Node
uint
depth
()

Return Value

Type: uint

the depth of the glib.Node