API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
gint g_tree_height ( GTree* tree )
Gets the height of a GTree.
GTree
If the GTree contains no nodes, the height is 0. If the GTree contains only one root node the height is 1. If the root node has children the height is 2, etc.
Type: gint
gint
The height of tree.
tree