Value | Meaning |
---|---|
Leaves1 | only leaf nodes should be visited. This name has been introduced in 2.6, for older version use G_TRAVERSE_LEAFS. |
NonLeaves2 | only non-leaf nodes should be visited. This name has been introduced in 2.6, for older version use G_TRAVERSE_NON_LEAFS. |
All3 | all nodes should be visited. |
Mask3 | a mask of all traverse flags. |
Leafs1 | identical to G_TRAVERSE_LEAVES. |
NonLeafs2 | identical to G_TRAVERSE_NON_LEAVES. |
Specifies which nodes are visited during several of the tree functions, including glib.node.Node.traverse and glib.node.Node.find.