GLib.TreeNode¶
record (struct)
An opaque type which identifies a specific node in a Tree.
Methods¶
key¶
Gets the key stored at a particular tree node.
next¶
Returns the next in-order node of the tree, or None
if the passed node was already the last one.
previous¶
Returns the previous in-order node of the tree, or None
if the passed node was already the first one.
value¶
Gets the value stored at a particular tree node.