GLib.TreeNode¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
Details¶
- class GLib.TreeNode¶
An opaque type which identifies a specific node in a
GLib.Tree
.New in version 2.68.
- next()[source]¶
- Returns:
the next node in the tree
- Return type:
Returns the next in-order node of the tree, or
None
if the passed node was already the last one.New in version 2.68.