next

val next: Node?

points to the node's next sibling (a sibling is another #GNode with the same parent).

Note: this property is writeable but the setter binding is not supported yet.