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()void * key()Gets the key stored at a particular tree node. Returns: the key at the node.glib.tree_node.TreeNode next()Returns 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()Returns 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()Gets the value stored at a particular tree node. Returns: the value at the node.