glib.tree_node
Module for [TreeNode] class
class TreeNode
Types 1
classTreeNode
An opaque type which identifies a specific node in a #GTree.
Methods
void * _cPtr() nothrowglib.tree_node.TreeNode next() nothrowReturns the next in-order node of the tree, or null if the passed node was already the last one. Returns: the next node in the treeglib.tree_node.TreeNode previous() nothrowReturns the previous in-order node of the tree, or null if the passed node was already the first one. Returns: the previous node in the treevoid * value() nothrowGets the value stored at a particular tree node. Returns: the value at the node.