Gets the maximum height of all branches beneath a glib.Node This is the maximum distance from the glib.Node to all leaf nodes.
If root is NULL, 0 is returned. If root has no children, 1 is returned. If root has children, 2 is returned. And so on.
the maximum height of the tree beneath root
Gets the maximum height of all branches beneath a glib.Node This is the maximum distance from the glib.Node to all leaf nodes.
If root is NULL, 0 is returned. If root has no children, 1 is returned. If root has children, 2 is returned. And so on.